python311Packages.requests-aws4auth: 1.2.2 -> 1.2.3

Diff: https://github.com/tedder/requests-aws4auth/compare/refs/tags/v1.2.2...v1.2.3

Changelog: https://github.com/tedder/requests-aws4auth/releases/tag/v1.2.3
This commit is contained in:
Fabian Affolter 2023-05-11 06:58:54 +02:00
parent 857b9e2dc9
commit 8ad4e33a3d

View File

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