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

python311Packages.requests-pkcs12: 1.22 -> 1.24

Changed files
+2 -2
pkgs
development
python-modules
requests-pkcs12
+2 -2
pkgs/development/python-modules/requests-pkcs12/default.nix
···
buildPythonPackage rec {
pname = "requests-pkcs12";
-
version = "1.22";
+
version = "1.24";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "m-click";
repo = "requests_pkcs12";
rev = version;
-
hash = "sha256-YMFeWbPTwxP/+lYojXEbJf87FNHL6QrzOdOKF5JERSE=";
+
hash = "sha256-JLFUdg7kbjhlpGgrQ29U1TRTKhjDlvMGc/FRE+awfLc=";
};
propagatedBuildInputs = [