lol

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

+2 -2
+2 -2
pkgs/development/python-modules/requests-aws4auth/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "requests-aws4auth"; 14 - version = "1.2.2"; 14 + version = "1.2.3"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "tedder"; 21 21 repo = pname; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-RbaRFMyvK3y7xN+xwNi/lHJjx+xIlpfizJj9BIn6cT4="; 23 + hash = "sha256-9ySuX7eKrSwgxgFoMdnVTsIfpnm9kVcI9AqSb+AsVaU="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [