python3Packages.requests-aws4auth: 1.0 -> 1.0.1

This commit is contained in:
Frederik Rietdijk 2020-10-25 10:06:57 +01:00 committed by Jonathan Ringer
parent 351659f85e
commit 028804dc9a
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
with lib; with lib;
buildPythonPackage rec { buildPythonPackage rec {
pname = "requests-aws4auth"; pname = "requests-aws4auth";
version = "1.0"; version = "1.0.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "2950f6ff686b5a452a269076d990e4821d959b61cfac319c3d3c6daaa5db55ce"; sha256 = "9a4a5f4a61c49f098f5f669410308ac5b0ea2682fd511ee3a4f9ff73b5bb275a";
}; };
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];