python310Packages.dnspython: 2.3.0 -> 2.4.1
https://github.com/rthalley/dnspython/blob/v2.4.1/doc/whatsnew.rst
This commit is contained in:
parent
e0326ced66
commit
5444a903c6
1 changed files with 5 additions and 5 deletions
|
@ -9,29 +9,29 @@
|
|||
, h2
|
||||
, httpx
|
||||
, idna
|
||||
, poetry-core
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, requests
|
||||
, requests-toolbelt
|
||||
, setuptools-scm
|
||||
, sniffio
|
||||
, trio
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dnspython";
|
||||
version = "2.3.0";
|
||||
format = "setuptools";
|
||||
version = "2.4.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Ik4ysD60a+cOEu9tZOC+Ejpk5iGrTAgi/21FDVKlQLk=";
|
||||
hash = "sha256-wzlxx5r1vpaLuJfpXCRI4RpkXuhNk7Jlzgt6q+Xf3Kg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools-scm
|
||||
poetry-core
|
||||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
|
|
Loading…
Reference in a new issue