Commit 4119bab0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python39Packages.requests-pkcs12: 1.13 -> 1.14

parent 1651000b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "requests-pkcs12";
  version = "1.13";
  version = "1.14";

  src = fetchFromGitHub {
    owner = "m-click";
    repo = "requests_pkcs12";
    rev = version;
    sha256 = "0mc9zpa0d9gijf56mxmsxy4qdcm200ixhnm6i3y5xc2yfv9r6xqy";
    sha256 = "sha256-LZgKjSas0KdJAf4leSVz8sEnRrlJ20Sm9Ka+S5zDOTM=";
  };

  propagatedBuildInputs = [