guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/26: gnu: ocaml-result: Update to 1.5.


From: guix-commits
Subject: 21/26: gnu: ocaml-result: Update to 1.5.
Date: Thu, 15 Oct 2020 12:02:10 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit bc92fd22df2be0984a92939d9a3046439445eef5
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Sep 30 22:39:07 2020 +0200

    gnu: ocaml-result: Update to 1.5.
    
    * gnu/packages/ocaml.scm (ocaml-result): Update to 1.5.
---
 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 8114024..e188a33 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 "."))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]