3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #213001 from r-ryantm/auto-update/python310Packages.requests-aws4auth

python310Packages.requests-aws4auth: 1.2.0 -> 1.2.1
This commit is contained in:
Martin Weinelt 2023-01-27 23:27:42 +00:00 committed by GitHub
commit bc0d351b57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "requests-aws4auth";
version = "1.2.0";
version = "1.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "tedder";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-a3OY0Z5GGr3gYa5m4V6ukqQmjZuqtgZjmLGJxmFOPqU=";
hash = "sha256-Dr3i+5xTKLKOMjGkCdKhkK2BCV8/FgTGMtGsYtvB5s8=";
};
propagatedBuildInputs = [