python3Packages.autobahn: 20.7.1 -> 20.12.3

This commit is contained in:
Fabian Affolter 2021-01-04 13:38:57 +01:00
parent 20489e31cd
commit 8d668463b0

View file

@ -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 ] ++