about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBen Darwin <bcdarwin@gmail.com>2020-01-30 17:05:33 -0500
committerBen Darwin <bcdarwin@gmail.com>2020-01-30 17:05:33 -0500
commit24bd88ce5a1828c85221dc2eb84187dd4d31260b (patch)
treebb2e3c669447ddcb93a7368e2289b2a08190e706 /pkgs
parent29bc26113c5b546074d83b3338f008a0c352efa0 (diff)
downloadnixlib-24bd88ce5a1828c85221dc2eb84187dd4d31260b.tar
nixlib-24bd88ce5a1828c85221dc2eb84187dd4d31260b.tar.gz
nixlib-24bd88ce5a1828c85221dc2eb84187dd4d31260b.tar.bz2
nixlib-24bd88ce5a1828c85221dc2eb84187dd4d31260b.tar.lz
nixlib-24bd88ce5a1828c85221dc2eb84187dd4d31260b.tar.xz
nixlib-24bd88ce5a1828c85221dc2eb84187dd4d31260b.tar.zst
nixlib-24bd88ce5a1828c85221dc2eb84187dd4d31260b.zip
ocamlPackages.biocaml: 0.10.0 -> 0.10.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/ocaml-modules/biocaml/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/biocaml/default.nix b/pkgs/development/ocaml-modules/biocaml/default.nix
index 4f97594fb7c0..de54c24b7742 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.10.0";
+  version = "0.10.1";
 
   owner = "biocaml";
 
@@ -14,7 +14,7 @@ buildDunePackage rec {
     inherit owner;
     repo   = pname;
     rev    = "v${version}";
-    sha256 = "0dghqx6jbzihmga8jjwwavs0wqksgcns4z1nmwj0ds9ik3mcra30";
+    sha256 = "1f19nc8ld0iv45jjnsvaah3ddj88s2n9wj8mrz726kzg85cfr8xj";
   };
 
   buildInputs = [ ppx_jane ppx_sexp_conv ];
@@ -23,7 +23,7 @@ buildDunePackage rec {
 
   meta = with stdenv.lib; {
     description = "Bioinformatics library for Ocaml";
-    homepage = "http://${owner}.github.io/${pname}";
+    homepage = "http://${pname}.org";
     maintainers = [ maintainers.bcdarwin ];
     license = licenses.gpl2;
   };