python312Packages.requests-pkcs12: 1.24 -> 1.25

Diff: https://github.com/m-click/requests_pkcs12/compare/1.24...1.25
This commit is contained in:
Fabian Affolter 2024-06-07 17:53:34 +02:00
parent d226935fd7
commit 416ab06d59

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "requests-pkcs12";
version = "1.24";
version = "1.25";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "m-click";
repo = "requests_pkcs12";
rev = version;
hash = "sha256-JLFUdg7kbjhlpGgrQ29U1TRTKhjDlvMGc/FRE+awfLc=";
hash = "sha256-ukS0vxG2Rd71GsF1lmpsDSM2JovwqhXsaAnZdF8WGQo=";
};
propagatedBuildInputs = [