python312Packages.signxml: 4.0.2 -> 4.0.3 (#360402)

This commit is contained in:
Fabian Affolter
2024-12-02 09:00:25 +01:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "signxml";
version = "4.0.2";
version = "4.0.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "XML-Security";
repo = "signxml";
rev = "refs/tags/v${version}";
hash = "sha256-ZpboU0N8dD03yHSboMpC+TJvp16StM45Qhn0Hv9+6fg=";
hash = "sha256-TZqYNYVzGEhftP/RXiBtThK38AOPLi2DRAwnFh2Za5U=";
};
build-system = [ setuptools ];