Commit 779b7ffb authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.elementpath: 3.0.2 -> 4.0.1

parent 199753fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

buildPythonPackage rec {
  pname = "elementpath";
  version = "3.0.2";
  version = "4.0.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
    owner = "sissaschool";
    repo = "elementpath";
    rev = "refs/tags/v${version}";
    hash = "sha256-b+Th28GI2UOmfO4jy4biohAJWPiYWkvFLqqs9lgR4Vc=";
    hash = "sha256-BEnSPRuQUnKXtPAJfjxS+fwE0rpPj1U2yRK8eImKMYw=";
  };

  # avoid circular dependency with xmlschema which directly depends on this