diff --git a/pkgs/development/python-modules/dict2xml/default.nix b/pkgs/development/python-modules/dict2xml/default.nix index c5a7ccd23b52..07d12711e23c 100644 --- a/pkgs/development/python-modules/dict2xml/default.nix +++ b/pkgs/development/python-modules/dict2xml/default.nix @@ -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 ]; };