Unverified Commit 6a6c1f41 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.elementpath: 5.0.3 -> 5.0.4 (#444883)

parents 6933c62e 351312ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "elementpath";
  version = "5.0.3";
  version = "5.0.4";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "sissaschool";
    repo = "elementpath";
    tag = "v${version}";
    hash = "sha256-gjJsgc3JrFHgdhDDzLHQspoj99jHmIbkCULEq20yAss=";
    hash = "sha256-puScPtX46KQ5tSpsZMtuyiCz1cRY43STeJD4P3rkoFY=";
  };

  build-system = [ setuptools ];