python312Packages.nextdns: 2.1.0 -> 3.0.0

Diff: https://github.com/bieniu/nextdns/compare/refs/tags/2.1.0...3.0.0

Changelog: https://github.com/bieniu/nextdns/releases/tag/3.0.0
This commit is contained in:
Fabian Affolter 2024-04-21 11:37:08 +02:00
parent e7354669da
commit 67e38923cf

View File

@ -9,11 +9,12 @@
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
, setuptools , setuptools
, syrupy
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "nextdns"; pname = "nextdns";
version = "2.1.0"; version = "3.0.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.10"; disabled = pythonOlder "3.10";
@ -22,7 +23,7 @@ buildPythonPackage rec {
owner = "bieniu"; owner = "bieniu";
repo = "nextdns"; repo = "nextdns";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-haw6t7pepMN77LFVgDFBbV4StRqcRMvnCaup8K38kEg="; hash = "sha256-ka/VT7c72la4z/BVAWnV06MxVmu52ZcJ4GsEeP7vbKA=";
}; };
build-system = [ build-system = [
@ -39,6 +40,7 @@ buildPythonPackage rec {
pytest-asyncio pytest-asyncio
pytest-error-for-skips pytest-error-for-skips
pytestCheckHook pytestCheckHook
syrupy
]; ];
pythonImportsCheck = [ pythonImportsCheck = [