ocamlPackages.phylogenetics: 0.0.0 -> 0.1.0

This commit is contained in:
Aaron L. Zeng 2022-03-29 15:12:37 -04:00 committed by Vincent Laporte
parent 96ad6a6cfb
commit 983a9f4bb6

View File

@ -16,13 +16,11 @@
buildDunePackage rec {
pname = "phylogenetics";
version = "0.0.0";
useDune2 = true;
version = "0.1.0";
src = fetchurl {
url = "https://github.com/biocaml/phylogenetics/releases/download/v${version}/${pname}-${version}.tbz";
sha256 = "sha256:0knfh2s0jfnsc0vsq5yw5xla7m7i98xd0qv512dyh3jhkh7m00l9";
sha256 = "sha256:064ldljzh17h8pp0c27xd1pf6c50yhccw2g3hddzhk07a95q8v16";
};
# Ensure compatibility with printbox ≥ 0.6