Merge pull request #293673 from r-ryantm/auto-update/python311Packages.httpx-socks

python311Packages.httpx-socks: 0.9.0 -> 0.9.1
This commit is contained in:
Nick Cao 2024-03-06 08:50:37 -05:00 committed by GitHub
commit e975b27353
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "httpx-socks";
version = "0.9.0";
version = "0.9.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "romis2012";
repo = "httpx-socks";
rev = "refs/tags/v${version}";
hash = "sha256-x+4J+uxICYdjpwr/chHIr/BeFGITCR8F9W1kqAliv38=";
hash = "sha256-9v5DfxEtM7jq+b8wR0M1klTSnSdFjQ4aDl8ZSZWxbFA=";
};
nativeBuildInputs = [