Skip to content

Commit e3c8447

Browse files
committed
python312Packages.httpx-socks: 0.9.1 -> 0.9.2
1 parent b463726 commit e3c8447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/httpx-socks/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
buildPythonPackage rec {
2424
pname = "httpx-socks";
25-
version = "0.9.1";
25+
version = "0.9.2";
2626
pyproject = true;
2727

2828
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
3131
owner = "romis2012";
3232
repo = "httpx-socks";
3333
rev = "refs/tags/v${version}";
34-
hash = "sha256-9v5DfxEtM7jq+b8wR0M1klTSnSdFjQ4aDl8ZSZWxbFA=";
34+
hash = "sha256-PUiciSuDCO4r49st6ye5xPLCyvYMKfZY+yHAkp5j3ZI=";
3535
};
3636

3737
build-system = [ setuptools ];

0 commit comments

Comments
 (0)