Unverified Commit 3b67cf9e authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.urllib3-future: 2.14.908 -> 2.15.900 (#472933)

parents d8c19ec2 d4d006b1
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.908";
  version = "2.15.900";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jawah";
    repo = "urllib3.future";
    tag = version;
    hash = "sha256-EPM3LbzNA7gKkwJy4xd/d/Mhs0qhuPRGI4uVkDHiUnI=";
    hash = "sha256-YSV9Wjwq98VbYeCuTvjP4uxhxtyZtD/Hgh84i6vgFoo=";
  };

  postPatch = ''