lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

python3Packages.requests-pkcs12: 1.10 -> 1.12

authored by

Sandro and committed by
GitHub
f334b2ac eed03ab8

+2 -2
+2 -2
pkgs/development/python-modules/requests-pkcs12/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "requests-pkcs12"; 10 - version = "1.10"; 10 + version = "1.12"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "m-click"; 14 14 repo = "requests_pkcs12"; 15 15 rev = version; 16 - sha256 = "sha256-HIUCzHxOsbk1OmcxkRK9GQ+SZ6Uf1xDylOe2pUYz3Hk="; 16 + sha256 = "sha256-fMmca3QNr9UBpSHcVf0nHmGmvkW99bnmigHcWj0D2g0="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [