python3Packages.python-designateclient: 6.2.0 -> 6.3.0

Diff: https://github.com/openstack/python-designateclient/compare/6.2.0...6.3.0
This commit is contained in:
Anthony ROUSSEL
2025-07-26 21:29:54 +02:00
parent 4de74c8f52
commit a486467bb2
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
debtcollector,
fetchFromGitea,
fetchFromGitHub,
jsonschema,
keystoneauth1,
openstackdocstheme,
@@ -22,16 +22,15 @@
buildPythonPackage rec {
pname = "python-designateclient";
version = "6.2.0";
version = "6.3.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitea {
domain = "opendev.org";
src = fetchFromGitHub {
owner = "openstack";
repo = "python-designateclient";
rev = version;
tag = version;
hash = "sha256-Upfu6FDaCRXniJLacuIt6K0qi8aOvHU0t43F3uWvhG8=";
};