python312Packages.nextdns: 3.2.0 -> 3.3.0 (#340827)

This commit is contained in:
Nick Cao 2024-09-09 17:08:40 -04:00 committed by GitHub
commit f46f86cbd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "nextdns"; pname = "nextdns";
version = "3.2.0"; version = "3.3.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bieniu"; owner = "bieniu";
repo = "nextdns"; repo = "nextdns";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-/gBNJYCkDQ5SeM4q/4rWdsSldrMeo5GdUBaG57NiEIY="; hash = "sha256-WNdS8sAW7Ci8w8diYIsrVADvpgMSDuM0NLBTw7irzKg=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];