From 2dad15a3e0750f56aae6664e9b181a45fe3d7e18 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 3 Oct 2025 15:27:52 +0000 Subject: [PATCH] python3Packages.xdxf2html: 0.1.0 -> 0.2.0 --- pkgs/development/python-modules/xdxf2html/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/xdxf2html/default.nix b/pkgs/development/python-modules/xdxf2html/default.nix index 4c31e36ff128..f61edcbc6966 100644 --- a/pkgs/development/python-modules/xdxf2html/default.nix +++ b/pkgs/development/python-modules/xdxf2html/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "xdxf2html"; - version = "0.1.0"; + version = "0.2.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-u2UaEALzD583+hbgwTItQOdGQ6GIhdVy79C2gfJwzlI="; + hash = "sha256-ux622mch+sc6LzaYxbt35JGRL5mrnn/Tk7nrO5Z03xU="; }; build-system = [ setuptools ];