mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
python39Packages.httpx: 0.18.2 -> 0.19.0
This commit is contained in:
parent
c59e9b223b
commit
922fd9119d
|
@ -4,6 +4,7 @@
|
|||
, fetchFromGitHub
|
||||
, brotlicffi
|
||||
, certifi
|
||||
, charset-normalizer
|
||||
, h2
|
||||
, httpcore
|
||||
, rfc3986
|
||||
|
@ -18,19 +19,20 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "httpx";
|
||||
version = "0.18.2";
|
||||
version = "0.19.0";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "encode";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0rr5b6z96yipvp4riqmmbkbcy0sdyzykcdwf5y9ryh27pxr8q8x4";
|
||||
sha256 = "sha256-bUxxeUYqOHBmSL2gPQG5cIq6k5QY4Kyhj9ToA5yZXPA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
brotlicffi
|
||||
certifi
|
||||
charset-normalizer
|
||||
h2
|
||||
httpcore
|
||||
rfc3986
|
||||
|
|
Loading…
Reference in a new issue