1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

python312Packages.nextdns: 3.1.0 -> 3.2.0

This commit is contained in:
R. Ryantm 2024-08-26 23:55:36 +00:00
parent acb4534ff5
commit 88dc808916

View file

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