python3Packages.requests-pkcs12: 1.25 -> 1.27

This commit is contained in:
R. Ryantm
2025-09-14 05:16:02 +00:00
parent 4199f186ec
commit dea2a96060
@@ -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 = [