mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python: txrequests: 0.9.2 -> 0.9.6
This commit is contained in:
parent
1f24472fdd
commit
d6b4fb57ff
@ -9,11 +9,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "txrequests";
|
||||
version = "0.9.2";
|
||||
version = "0.9.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0kkxxd17ar5gyjkz9yrrdr15a64qw6ym60ndi0zbwx2s634yfafw";
|
||||
sha256 = "b452a1cafa4d005678f6fa47922a330feb4907d5b4732d1841ca98e89f1362e1";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ twisted requests cryptography ];
|
||||
|
Loading…
Reference in New Issue
Block a user