From 983a9f4bb6fa8f450e932cba57e73c2bf70792bd Mon Sep 17 00:00:00 2001 From: "Aaron L. Zeng" Date: Tue, 29 Mar 2022 15:12:37 -0400 Subject: [PATCH] ocamlPackages.phylogenetics: 0.0.0 -> 0.1.0 --- pkgs/development/ocaml-modules/phylogenetics/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/ocaml-modules/phylogenetics/default.nix b/pkgs/development/ocaml-modules/phylogenetics/default.nix index 1cb348a41656..366ad9cc24ac 100644 --- a/pkgs/development/ocaml-modules/phylogenetics/default.nix +++ b/pkgs/development/ocaml-modules/phylogenetics/default.nix @@ -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