summary refs log tree commit diff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2020-09-30 22:39:07 +0200
committerJulien Lepiller <julien@lepiller.eu>2020-10-15 18:01:00 +0200
commitbc92fd22df2be0984a92939d9a3046439445eef5 (patch)
tree72bfbfeb5017fbaf7926f48db6eaffcfc811c8d7
parent01ec666e6c17759e78239cee7005fb2a6f72ab86 (diff)
downloadguix-bc92fd22df2be0984a92939d9a3046439445eef5.tar.gz
gnu: ocaml-result: Update to 1.5.
* gnu/packages/ocaml.scm (ocaml-result): Update to 1.5.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 811402440e..e188a338e4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1376,7 +1376,7 @@ powerful.")
 (define-public ocaml-result
   (package
     (name "ocaml-result")
-    (version "1.4")
+    (version "1.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1385,7 +1385,7 @@ powerful.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0hir97k9i72nfkm6kncxnqpyk400wlsxysbldgcvk0fd9pjnsc3p"))))
+                "166laj8qk7466sdl037c6cjs4ac571hglw4l5qpyll6df07h6a7q"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "."))