python3Packages.dict2xml: 1.7.6 -> 1.7.7 (#426343)

This commit is contained in:
Nick Cao
2025-07-18 15:59:13 -04:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "dict2xml";
version = "1.7.6";
version = "1.7.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "delfick";
repo = "python-dict2xml";
tag = "release-${version}";
hash = "sha256-5GnIVpG2xHKYv27sSjjmm8JsZ1YR9Mvc3SqE4SnE84o=";
hash = "sha256-66ODdslXF6nWYqJku8cNG0RPK/YGEfbpHwVLLnSoDrk=";
};
nativeBuildInputs = [ hatchling ];
@@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to convert a Python dictionary into an XML string";
homepage = "https://github.com/delfick/python-dict2xml";
changelog = "https://github.com/delfick/python-dict2xml/releases/tag/release-${version}";
changelog = "https://github.com/delfick/python-dict2xml/releases/tag/release-${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ johnazoidberg ];
};