python3Packages.treeo: 0.0.11 -> 0.4.0

+3 -3
+3 -3
pkgs/development/python-modules/treeo/default.nix
··· 12 12 # Note that there is a version 0.4.0, but it was released in error. At the 13 13 # time of writing (2022-03-29), v0.0.11 is the latest as reported on GitHub 14 14 # and PyPI. 15 - version = "0.0.11"; 15 + version = "0.4.0"; 16 16 format = "pyproject"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "cgarciae"; 20 20 repo = pname; 21 - rev = version; 22 - hash = "sha256-zs3F8i+G5OX/A9wOO60xVuvnm2QqrL+dHIrC0qwH37o="; 21 + rev = "refs/tags/${version}"; 22 + hash = "sha256-0py7sKjq6WqdsZwTq61jqaIbULTfwtpz29TTpt8M2Zw="; 23 23 }; 24 24 25 25 # See https://github.com/cgarciae/treex/issues/68.