python3Packages.autobahn: 20.7.1 -> 20.12.3

wip/yesman
Fabian Affolter 3 years ago
parent 20489e31cd
commit 8d668463b0
  1. 4
      pkgs/development/python-modules/autobahn/default.nix

@ -4,11 +4,11 @@
}:
buildPythonPackage rec {
pname = "autobahn";
version = "20.7.1";
version = "20.12.3";
src = fetchPypi {
inherit pname version;
sha256 = "86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb";
sha256 = "15b8zm7jalwisfwc08szxy3bh2bnn0hd41dbsnswi0lqwbh962j1";
};
propagatedBuildInputs = [ six txaio twisted zope_interface cffi cryptography pynacl ] ++

Loading…
Cancel
Save