python3Packages.treeo: 0.0.11 -> 0.4.0

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:17 +02:00
parent f26da2ac49
commit deaf8440ae

View file

@ -12,14 +12,14 @@ buildPythonPackage rec {
# Note that there is a version 0.4.0, but it was released in error. At the
# time of writing (2022-03-29), v0.0.11 is the latest as reported on GitHub
# and PyPI.
version = "0.0.11";
version = "0.4.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "cgarciae";
repo = pname;
rev = version;
hash = "sha256-zs3F8i+G5OX/A9wOO60xVuvnm2QqrL+dHIrC0qwH37o=";
rev = "refs/tags/${version}";
hash = "sha256-0py7sKjq6WqdsZwTq61jqaIbULTfwtpz29TTpt8M2Zw=";
};
# See https://github.com/cgarciae/treex/issues/68.