Unverified Commit eec1ca12 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.xmlschema: 3.4.1 -> 3.4.2 (#343937)

parents 6f84f337 87c0458c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "xmlschema";
  version = "3.4.1";
  version = "3.4.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "sissaschool";
    repo = "xmlschema";
    rev = "refs/tags/v${version}";
    hash = "sha256-ypyBBo00ZjYRvljn/eGaTxMViHzgoxq5IoNclWb7ghA=";
    hash = "sha256-0x8nk8F+kg5SSDQI4dOnv67ilyN4z2MZ5phPC3PW4WQ=";
  };

  build-system = [ setuptools ];