From 84af8d310567f68214c65a9b3372ce0a32a84f07 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 18 Jul 2025 10:58:24 +0000 Subject: [PATCH] python3Packages.dict2xml: 1.7.6 -> 1.7.7 --- pkgs/development/python-modules/dict2xml/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ]; };