Commit 660af05e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.requests-pkcs12: 1.18 -> 1.21

parent 4c34c942
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "requests-pkcs12";
  version = "1.18";
  version = "1.21";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "m-click";
    repo = "requests_pkcs12";
    rev = version;
    hash = "sha256-jZWaTcPM4EO8e+eVpYU8fQ4H53OzlaMUsT/d2DWuU+0=";
    hash = "sha256-0avykVnMzClFqjDdC4BW9jnZzupinG5JUwq8TuCWkgo=";
  };

  propagatedBuildInputs = [