We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e480bb commit 1613554Copy full SHA for 1613554
pkgs/development/python-modules/signxml/default.nix
@@ -13,7 +13,7 @@
13
14
buildPythonPackage rec {
15
pname = "signxml";
16
- version = "4.0.2";
+ version = "4.0.3";
17
pyproject = true;
18
19
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
22
owner = "XML-Security";
23
repo = "signxml";
24
rev = "refs/tags/v${version}";
25
- hash = "sha256-ZpboU0N8dD03yHSboMpC+TJvp16StM45Qhn0Hv9+6fg=";
+ hash = "sha256-TZqYNYVzGEhftP/RXiBtThK38AOPLi2DRAwnFh2Za5U=";
26
};
27
28
build-system = [ setuptools ];
0 commit comments