about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/biocaml
diff options
context:
space:
mode:
authorAaron L. Zeng <me@bcc32.com>2022-05-23 01:18:37 -0400
committerAaron L. Zeng <me@bcc32.com>2022-07-07 00:32:11 -0400
commit4f6ddfdd23f0c3571af65465c8937b2640f988ff (patch)
tree7b5c2d29211f7686b3aa1849bed8263b30e7b456 /pkgs/development/ocaml-modules/biocaml
parent99b11e4c97dc686a823f8bc5aeac32a90dd7891b (diff)
Add Jane Street ocaml packages version 0.15
- ocamlPackages.tls*: 0.15.2 -> 0.15.3
- ocamlPackages.bistro: unstable-2021-11-13 -> unstable-2022-05-07
- ocamlPackages.phylogenetics: 0.1.0 -> unstable-2022-05-06
Diffstat (limited to 'pkgs/development/ocaml-modules/biocaml')
-rw-r--r--pkgs/development/ocaml-modules/biocaml/default.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/biocaml/default.nix b/pkgs/development/ocaml-modules/biocaml/default.nix
index 596ed6161d7b3..b82ec7361791f 100644
--- a/pkgs/development/ocaml-modules/biocaml/default.nix
+++ b/pkgs/development/ocaml-modules/biocaml/default.nix
@@ -4,7 +4,7 @@
 
 buildDunePackage rec {
   pname = "biocaml";
-  version = "0.11.1";
+  version = "0.11.2";
 
   useDune2 = true;
 
@@ -14,7 +14,12 @@ buildDunePackage rec {
     owner = "biocaml";
     repo   = pname;
     rev    = "v${version}";
-    sha256 = "1il84vvypgkhdyc2j5fmgh14a58069s6ijbd5dvyl2i7jdxaazji";
+    sha256 = "01yw12yixs45ya1scpb9jy2f7dw1mbj7741xib2xpq3kkc1hc21s";
+  };
+
+  patches = fetchpatch {
+    url = "https://github.com/biocaml/biocaml/commit/3ef74d0eb4bb48d2fb7dd8b66fb3ad8fe0aa4d78.patch";
+    sha256 = "0rcvf8gwq7sz15mghl9ing722rl2zpnqif9dfxrnpdxiv0rl0731";
   };
 
   buildInputs = [ ppx_jane ppx_sexp_conv ];