Skip to content

Commit 8a23a5e

Browse files
authored
python312Packages.signxml: 4.0.2 -> 4.0.3 (#360402)
2 parents 8c66c2e + 1613554 commit 8a23a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/signxml/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "signxml";
16-
version = "4.0.2";
16+
version = "4.0.3";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "XML-Security";
2323
repo = "signxml";
2424
rev = "refs/tags/v${version}";
25-
hash = "sha256-ZpboU0N8dD03yHSboMpC+TJvp16StM45Qhn0Hv9+6fg=";
25+
hash = "sha256-TZqYNYVzGEhftP/RXiBtThK38AOPLi2DRAwnFh2Za5U=";
2626
};
2727

2828
build-system = [ setuptools ];

0 commit comments

Comments
 (0)