Merge pull request #108390 from fabaff/bump-autobahn

python3Packages.autobahn: 20.7.1 -> 20.12.3
This commit is contained in:
Sandro 2021-01-04 16:35:17 +01:00 committed by GitHub
commit f44575b06f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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