python311Packages.pyecoforest: 0.3.0 -> 0.4.0
Diff: https://github.com/pjanuario/pyecoforest/compare/refs/tags/v0.3.0...v0.4.0 Changelog: https://github.com/pjanuario/pyecoforest/blob/0.4.0/CHANGELOG.md
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user