There was an error while loading. Please reload this page.
2 parents a400b27 + 2f2ebb1 commit 0c19ce4Copy full SHA for 0c19ce4
1 file changed
pkgs/development/python-modules/urllib3-future/default.nix
@@ -25,14 +25,14 @@
25
26
buildPythonPackage (finalAttrs: {
27
pname = "urllib3-future";
28
- version = "2.24.907";
+ version = "2.24.908";
29
pyproject = true;
30
31
src = fetchFromGitHub {
32
owner = "jawah";
33
repo = "urllib3.future";
34
tag = finalAttrs.version;
35
- hash = "sha256-itZQm1QYQ+g1v8EKTSIX45kcyV1B/fXJvPG26SYdKM4=";
+ hash = "sha256-/1gAHvXtp0g88PE0pZrBDlB0Gj/NkpbrggvsNHQO+8o=";
36
};
37
38
postPatch = ''
0 commit comments