Commit 1a03773f authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.urllib3-future: 2.14.900 -> 2.14.901

parent 41b88f48
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

buildPythonPackage rec {
  pname = "urllib3-future";
  version = "2.14.900";
  version = "2.14.901";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jawah";
    repo = "urllib3.future";
    tag = version;
    hash = "sha256-TMxYnvGkLZEaE4ECgzIN6XTI8OMI5N9mNcsvXeYCVbM=";
    hash = "sha256-WbOtW36UrJCliEI4TW+8+iOF8ZUJmuP0JqvsdrJkLlc=";
  };

  postPatch = ''