python3Packages.requests-aws4auth: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm
2026-06-04 07:25:50 +00:00
parent 0cc225cd89
commit 7690256acb
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "requests-aws4auth";
version = "1.3.1";
version = "1.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "tedder";
repo = "requests-aws4auth";
tag = "v${version}";
hash = "sha256-tRo38fdWqZmutGhWv8Hks+oFaLv770RlAHYgS3S6xJA=";
hash = "sha256-GIbv4/a1ZdcIOemanzDiueLcKg8pUVeIFSAfErIr0HI=";
};
build-system = [ setuptools ];