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

python310Packages.requests-aws4auth: 1.2.1 -> 1.2.2
This commit is contained in:
Weijia Wang
2023-02-08 15:22:50 +01:00
committed by GitHub

View File

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