1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

python312Packages.httpx-socks: 0.9.1 -> 0.9.2 (#354290)

This commit is contained in:
Nick Cao 2024-11-08 14:47:43 -05:00 committed by GitHub
commit fb465924dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "httpx-socks";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "romis2012";
repo = "httpx-socks";
rev = "refs/tags/v${version}";
hash = "sha256-9v5DfxEtM7jq+b8wR0M1klTSnSdFjQ4aDl8ZSZWxbFA=";
hash = "sha256-PUiciSuDCO4r49st6ye5xPLCyvYMKfZY+yHAkp5j3ZI=";
};
build-system = [ setuptools ];