python: txrequests: 0.9.2 -> 0.9.6
This commit is contained in:
parent
1f24472fdd
commit
d6b4fb57ff
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "txrequests";
|
pname = "txrequests";
|
||||||
version = "0.9.2";
|
version = "0.9.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0kkxxd17ar5gyjkz9yrrdr15a64qw6ym60ndi0zbwx2s634yfafw";
|
sha256 = "b452a1cafa4d005678f6fa47922a330feb4907d5b4732d1841ca98e89f1362e1";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ twisted requests cryptography ];
|
propagatedBuildInputs = [ twisted requests cryptography ];
|
||||||
|
|
Loading…
Reference in New Issue