python3Packages.requests-pkcs12: 1.25 -> 1.27 (#439673)

This commit is contained in:
Fabian Affolter
2025-09-21 12:45:12 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "requests-pkcs12";
version = "1.25";
version = "1.27";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "m-click";
repo = "requests_pkcs12";
rev = version;
hash = "sha256-ukS0vxG2Rd71GsF1lmpsDSM2JovwqhXsaAnZdF8WGQo=";
hash = "sha256-4B7jL3OubIF8ZOYzsODltZCAHhb+PM18uJDOssuM6R4=";
};
propagatedBuildInputs = [