python3Packages.requests-aws4auth: 1.0.1 -> 1.1.1

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:36 +02:00
parent a8bbb3212d
commit a6b2c05917

View file

@ -3,11 +3,11 @@
with lib; with lib;
buildPythonPackage rec { buildPythonPackage rec {
pname = "requests-aws4auth"; pname = "requests-aws4auth";
version = "1.0.1"; version = "1.1.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "9a4a5f4a61c49f098f5f669410308ac5b0ea2682fd511ee3a4f9ff73b5bb275a"; sha256 = "c0883346ce30b5018903a67da88df72f73ff06e1a320845bba9cd85e811ba0ba";
}; };
propagatedBuildInputs = [ requests six ]; propagatedBuildInputs = [ requests six ];