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