Unverified Commit 8a23a5ef authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 8c66c2ec 16135549
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];