ocamlPackages.biocaml: 0.10.0 -> 0.10.1

This commit is contained in:
Ben Darwin 2020-01-30 17:05:33 -05:00
parent 29bc26113c
commit 24bd88ce5a
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
buildDunePackage rec { buildDunePackage rec {
pname = "biocaml"; pname = "biocaml";
version = "0.10.0"; version = "0.10.1";
owner = "biocaml"; owner = "biocaml";
@ -14,7 +14,7 @@ buildDunePackage rec {
inherit owner; inherit owner;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0dghqx6jbzihmga8jjwwavs0wqksgcns4z1nmwj0ds9ik3mcra30"; sha256 = "1f19nc8ld0iv45jjnsvaah3ddj88s2n9wj8mrz726kzg85cfr8xj";
}; };
buildInputs = [ ppx_jane ppx_sexp_conv ]; buildInputs = [ ppx_jane ppx_sexp_conv ];
@ -23,7 +23,7 @@ buildDunePackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Bioinformatics library for Ocaml"; description = "Bioinformatics library for Ocaml";
homepage = "http://${owner}.github.io/${pname}"; homepage = "http://${pname}.org";
maintainers = [ maintainers.bcdarwin ]; maintainers = [ maintainers.bcdarwin ];
license = licenses.gpl2; license = licenses.gpl2;
}; };