roptat pushed a commit to branch master
in repository guix.
commit d47c8fffd0ad987c6337e6ce37d3b78d1d962bd8
Author: Julien Lepiller <[email protected]>
Date: Tue Sep 3 21:30:59 2019 +0200
gnu: ocaml-result: Update to 1.4.
* gnu/packages/ocaml.scm (ocaml-result): Update to 1.4.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index e360a30..4fce0a7 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1437,7 +1437,7 @@ powerful.")
(define-public ocaml-result
(package
(name "ocaml-result")
- (version "1.3")
+ (version "1.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1446,7 +1446,7 @@ powerful.")
(file-name (git-file-name name version))
(sha256
(base32
- "081ayblszn9pj2rqcif40x6cz2zda48vi45gy49rc2qfc4gszry3"))))
+ "0hir97k9i72nfkm6kncxnqpyk400wlsxysbldgcvk0fd9pjnsc3p"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))