Unverified Commit ad78e519 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #261987 from fabaff/pyecoforest-bump

python311Packages.pyecoforest: 0.3.0 -> 0.4.0
parents d7ebbfba 63ef7be0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "pyecoforest";
  version = "0.3.0";
  version = "0.4.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "pjanuario";
    repo = "pyecoforest";
    rev = "refs/tags/v${version}";
    hash = "sha256-GBt7uHppWLq5nIIVwYsOWmLjWjcwdvJwDE/Gu2KnSIA=";
    hash = "sha256-C8sFq0vsVsq6irWbRd0eq18tfKu0qRRBZHt23CiDTGU=";
  };

  postPatch = ''