Skip to content

Commit 0c19ce4

Browse files
authored
python3Packages.urllib3-future: 2.24.907 -> 2.24.908 (#564535)
2 parents a400b27 + 2f2ebb1 commit 0c19ce4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/urllib3-future

pkgs/development/python-modules/urllib3-future/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525

2626
buildPythonPackage (finalAttrs: {
2727
pname = "urllib3-future";
28-
version = "2.24.907";
28+
version = "2.24.908";
2929
pyproject = true;
3030

3131
src = fetchFromGitHub {
3232
owner = "jawah";
3333
repo = "urllib3.future";
3434
tag = finalAttrs.version;
35-
hash = "sha256-itZQm1QYQ+g1v8EKTSIX45kcyV1B/fXJvPG26SYdKM4=";
35+
hash = "sha256-/1gAHvXtp0g88PE0pZrBDlB0Gj/NkpbrggvsNHQO+8o=";
3636
};
3737

3838
postPatch = ''

0 commit comments

Comments
 (0)