mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
python311Packages.httpx-socks: refactor
This commit is contained in:
parent
c49325b2ea
commit
e3b87d3ba8
@ -24,13 +24,13 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "httpx-socks";
|
pname = "httpx-socks";
|
||||||
version = "0.9.0";
|
version = "0.9.0";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "romis2012";
|
owner = "romis2012";
|
||||||
repo = pname;
|
repo = "httpx-socks";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-x+4J+uxICYdjpwr/chHIr/BeFGITCR8F9W1kqAliv38=";
|
hash = "sha256-x+4J+uxICYdjpwr/chHIr/BeFGITCR8F9W1kqAliv38=";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user