python312Packages.flametree: 0.1.12 -> 0.2.0

This commit is contained in:
R. Ryantm
2025-04-21 11:14:50 +00:00
parent 78e2cd1a15
commit 4b2cda1c1b
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "flametree";
version = "0.1.12";
version = "0.2.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "Edinburgh-Genome-Foundry";
repo = "Flametree";
tag = "v${version}";
hash = "sha256-oyiuhsYouGDKRssKc0aYIoG32H7GS6Bn4RtI7/9N158=";
hash = "sha256-4yU4u5OmVP3adz9DNsU0BtuQ7LZYqbOLxbuS48lksHM=";
};
nativeCheckInputs = [