We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdd6d89 + e3c8447 commit fb46592Copy full SHA for fb46592
pkgs/development/python-modules/httpx-socks/default.nix
@@ -22,7 +22,7 @@
22
23
buildPythonPackage rec {
24
pname = "httpx-socks";
25
- version = "0.9.1";
+ version = "0.9.2";
26
pyproject = true;
27
28
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
31
owner = "romis2012";
32
repo = "httpx-socks";
33
rev = "refs/tags/v${version}";
34
- hash = "sha256-9v5DfxEtM7jq+b8wR0M1klTSnSdFjQ4aDl8ZSZWxbFA=";
+ hash = "sha256-PUiciSuDCO4r49st6ye5xPLCyvYMKfZY+yHAkp5j3ZI=";
35
};
36
37
build-system = [ setuptools ];
0 commit comments