Merge pull request #293445 from fabaff/httpx-socks-bump

python311Packages.httpx-socks: 0.8.1 -> 0.9.0
This commit is contained in:
Mario Rodas 2024-03-05 05:47:18 -05:00 committed by GitHub
commit 8a07308200
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,16 +23,16 @@
buildPythonPackage rec {
pname = "httpx-socks";
version = "0.8.1";
format = "pyproject";
version = "0.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "romis2012";
repo = pname;
repo = "httpx-socks";
rev = "refs/tags/v${version}";
hash = "sha256-L2nyVADDjPrHwhZRm+RAvfBdpP9sIvc9cakDiLVA7xw=";
hash = "sha256-x+4J+uxICYdjpwr/chHIr/BeFGITCR8F9W1kqAliv38=";
};
nativeBuildInputs = [