1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

python: autobahn: 18.10.1 -> 19.1.1

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:10 +01:00
parent 964cdc39d9
commit 720e12c5af

View file

@ -4,11 +4,11 @@
}:
buildPythonPackage rec {
pname = "autobahn";
version = "18.10.1";
version = "19.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "b5767bebd94ba13fc286604f889f208e7babc77d72d9f372d331bc14c89c5a40";
sha256 = "aebbadb700c13792a2967c79002855d1153b9ec8f2949d169e908388699596ff";
};
propagatedBuildInputs = [ six txaio twisted zope_interface cffi ] ++