python: txrequests: 0.9.2 -> 0.9.6

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:20 +01:00
parent 1f24472fdd
commit d6b4fb57ff

View File

@ -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 ];