Unverified Commit 0a45799c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.signxml: 4.3.1 -> 4.4.0 (#497514)

parents e6f89646 a4f3a791
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage (finalAttrs: {
  pname = "signxml";
  version = "4.3.1";
  version = "4.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "XML-Security";
    repo = "signxml";
    tag = "v${finalAttrs.version}";
    hash = "sha256-yAqew1y9LBCKGSc4B9r/c/2XtQzQur4lvVQJUExk95E=";
    hash = "sha256-BExi8MQ59Vq7+X66fTKjKaSPRAbplQkAT42De/QCpvI=";
  };

  build-system = [