python3Packages.dict2xml: 1.7.6 -> 1.7.7

R. Ryantm 84af8d31 3ee71bd9

Changed files
+3 -3
pkgs
development
python-modules
dict2xml
+3 -3
pkgs/development/python-modules/dict2xml/default.nix
···
buildPythonPackage rec {
pname = "dict2xml";
-
version = "1.7.6";
+
version = "1.7.7";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "delfick";
repo = "python-dict2xml";
tag = "release-${version}";
-
hash = "sha256-5GnIVpG2xHKYv27sSjjmm8JsZ1YR9Mvc3SqE4SnE84o=";
+
hash = "sha256-66ODdslXF6nWYqJku8cNG0RPK/YGEfbpHwVLLnSoDrk=";
};
nativeBuildInputs = [ hatchling ];
···
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 ];
};