Commit baeb3396 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.signxml: 4.2.0 -> 4.2.2

parent 5d361f1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "signxml";
  version = "4.2.0";
  version = "4.2.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "XML-Security";
    repo = "signxml";
    tag = "v${version}";
    hash = "sha256-oyDhJZVn08rIcR3ti9jsYxyBPgz6VaJSbBVYrTQkbVU=";
    hash = "sha256-IZa62HIsCsNiIlHhLgy0GRIq+E3HBnYSdy/LtDvPa/E=";
  };

  build-system = [