ocamlPackages.cfstream: 1.3.0 -> 1.3.1

This commit is contained in:
Ben Darwin 2020-01-30 17:04:54 -05:00
parent 2118cddc82
commit 29bc26113c
2 changed files with 14 additions and 14 deletions

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