python3Packages.nextdns: 4.1.0 -> 5.0.0

https://github.com/bieniu/nextdns/releases/tag/5.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:38 +01:00
parent 0cd99fb30c
commit 4c5f088c03
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "nextdns";
version = "4.1.0";
version = "5.0.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = "nextdns";
tag = version;
hash = "sha256-VTOANFrGOI1XDU/5THWkj/o5AWIpXcPKmOF1IF0I22Y=";
hash = "sha256-jZ+ULAlqaOnVWEHDPzIxIFjx+4eC3jMlXyX0QhfZUYM=";
};
build-system = [ setuptools ];
@@ -53,7 +53,7 @@ buildPythonPackage rec {
meta = {
description = "Module for the NextDNS API";
homepage = "https://github.com/bieniu/nextdns";
changelog = "https://github.com/bieniu/nextdns/releases/tag/${version}";
changelog = "https://github.com/bieniu/nextdns/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};