guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: ocaml-rresult: Update to 0.7.0.


From: guix-commits
Subject: 07/09: gnu: ocaml-rresult: Update to 0.7.0.
Date: Thu, 3 Feb 2022 13:36:41 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit ca79fc5b14ab3e0c98221fb55bc29cfa54973363
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Feb 3 16:36:09 2022 +0100

    gnu: ocaml-rresult: Update to 0.7.0.
    
    * gnu/packages/ocaml.scm (ocaml-rresult): Update to 0.7.0.
---
 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 f1ecfa70df..f955bdfd55 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2006,14 +2006,14 @@ creation and publication procedures.")
 (define-public ocaml-rresult
   (package
     (name "ocaml-rresult")
-    (version "0.5.0")
+    (version "0.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"http://erratique.ch/software/rresult/releases/";
                                   "rresult-" version ".tbz"))
               (sha256
                (base32
-                "1xxycxhdhaq8p9vhwi93s2mlxjwgm44fcxybx5vghzgbankz9yhm"))))
+                "0h2mjyzhay1p4k7n0mzaa7hlc7875kiy6m1i3r1n03j6hddpzahi"))))
     (build-system ocaml-build-system)
     (native-inputs
      (list opam ocamlbuild))



reply via email to

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