python: autobahn: 18.10.1 -> 19.1.1
This commit is contained in:
parent
964cdc39d9
commit
720e12c5af
@ -4,11 +4,11 @@
|
|||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "autobahn";
|
pname = "autobahn";
|
||||||
version = "18.10.1";
|
version = "19.1.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "b5767bebd94ba13fc286604f889f208e7babc77d72d9f372d331bc14c89c5a40";
|
sha256 = "aebbadb700c13792a2967c79002855d1153b9ec8f2949d169e908388699596ff";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six txaio twisted zope_interface cffi ] ++
|
propagatedBuildInputs = [ six txaio twisted zope_interface cffi ] ++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user