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

python3Packages.requests-pkcs12: 1.12 -> 1.13
This commit is contained in:
Fabian Affolter 2021-09-17 09:15:34 +02:00 committed by GitHub
commit 4c4d69b180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "requests-pkcs12";
version = "1.12";
version = "1.13";
src = fetchFromGitHub {
owner = "m-click";
repo = "requests_pkcs12";
rev = version;
sha256 = "sha256-fMmca3QNr9UBpSHcVf0nHmGmvkW99bnmigHcWj0D2g0=";
sha256 = "0mc9zpa0d9gijf56mxmsxy4qdcm200ixhnm6i3y5xc2yfv9r6xqy";
};
propagatedBuildInputs = [