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

python3Packages.xmlschema: 4.2.0 -> 4.3.0

parent 4c41b036
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "xmlschema";
  version = "4.2.0";
  version = "4.3.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "sissaschool";
    repo = "xmlschema";
    tag = "v${version}";
    hash = "sha256-zwY0YXMlhQEPdHLPivwE9ZI9XoY9UVFHVLUOYNeq9Ew=";
    hash = "sha256-pbwppLex4dBwz+OD6STZ1tJ9euzmTNze2gGzgNpmVpE=";
  };

  build-system = [ setuptools ];