python312Packages.requests-aws4auth: 1.2.3 -> 1.3.1

This commit is contained in:
R. Ryantm
2024-07-22 02:35:27 +00:00
parent 48b8f3cbb7
commit 3f475ce93b
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "requests-aws4auth";
version = "1.2.3";
version = "1.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "tedder";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-9ySuX7eKrSwgxgFoMdnVTsIfpnm9kVcI9AqSb+AsVaU=";
hash = "sha256-tRo38fdWqZmutGhWv8Hks+oFaLv770RlAHYgS3S6xJA=";
};
propagatedBuildInputs = [