Merge pull request #78924 from bcdarwin/update-biocaml

ocamlPackages.biocaml: 0.10.0 -> 0.10.1
This commit is contained in:
Mario Rodas 2020-02-27 07:27:15 -05:00 committed by GitHub
commit 7e50a2f780
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 17 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;
}; };

View file

@ -2,7 +2,7 @@
buildDunePackage rec { buildDunePackage rec {
pname = "cfstream"; pname = "cfstream";
version = "1.3.0"; version = "1.3.1";
minimumOCamlVersion = "4.04.1"; minimumOCamlVersion = "4.04.1";
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "biocaml"; owner = "biocaml";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1bpzpci0cx6r3sdk183mm603wgzvvj46nlx0lpx44108anxcxbak"; sha256 = "0qnxfp6y294gjsccx7ksvwn9x5q20hi8sg24rjypzsdkmlphgdnd";
}; };
patches = [ ./git_commit.patch ]; patches = [ ./git_commit.patch ];

View file

@ -1,13 +1,13 @@
diff --git a/lib/jbuild b/lib/jbuild diff --git a/lib/dune b/lib/dune
index fcc5a39..d72d50c 100644 index 2266b87..344c704 100644
--- a/lib/jbuild --- a/lib/dune
+++ b/lib/jbuild +++ b/lib/dune
@@ -10,7 +10,7 @@ @@ -8,7 +8,7 @@
(rule ( (rule
(targets (GIT_COMMIT)) (targets GIT_COMMIT)
(deps (../bin/git_commit.sh)) (deps (:x ../bin/git_commit.sh))
- (action (with-stdout-to ${@} (run ${<}))) - (action (with-stdout-to %{targets} (run %{x})))
+ (action (with-stdout-to ${@} (run echo "None"))) + (action (with-stdout-to %{targets} (run echo None)))
)) )
(rule ( (rule