python: requests-aws4auth: 0.9 -> 1.0
This commit is contained in:
parent
51c7313c6d
commit
8675d8ed0b
@ -2,11 +2,11 @@
|
|||||||
with lib;
|
with lib;
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "requests-aws4auth";
|
pname = "requests-aws4auth";
|
||||||
version = "0.9";
|
version = "1.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0g52a1pm53aqkc9qb5q1m918c1qy6q47c1qz63p5ilynfbs3m5y9";
|
sha256 = "2950f6ff686b5a452a269076d990e4821d959b61cfac319c3d3c6daaa5db55ce";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = optionalString isPy3k ''
|
postPatch = optionalString isPy3k ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user