Unverified Commit 05e26cb3 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

python312Packages.xmlschema: 3.4.2 -> 3.4.3 (#352700)

parent 560626d0
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.2";
  version = "3.4.3";
  pyproject = true;

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

  build-system = [ setuptools ];