Merge pull request #258087 from fabaff/requests-pkcs12-bump

python311Packages.requests-pkcs12: 1.21 -> 1.22
This commit is contained in:
Nick Cao 2023-09-30 10:05:13 -04:00 committed by GitHub
commit 0bc85a643b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "requests-pkcs12";
version = "1.21";
version = "1.22";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "m-click";
repo = "requests_pkcs12";
rev = version;
hash = "sha256-0avykVnMzClFqjDdC4BW9jnZzupinG5JUwq8TuCWkgo=";
hash = "sha256-YMFeWbPTwxP/+lYojXEbJf87FNHL6QrzOdOKF5JERSE=";
};
propagatedBuildInputs = [