python312Packages.nextdns: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm 2024-09-09 17:25:51 +00:00
parent 4e97d1fdd6
commit d6141a3457

View File

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