guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ocaml-batteries: Update to 3.5.1.


From: guix-commits
Subject: 01/03: gnu: ocaml-batteries: Update to 3.5.1.
Date: Wed, 2 Mar 2022 03:45:34 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit d74ffb0348ee866b1d396cf065d59c1f21d44065
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Mar 2 08:32:20 2022 +0100

    gnu: ocaml-batteries: Update to 3.5.1.
    
    * gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.5.1.
---
 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 3b3687de4f..ffdad40450 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3174,7 +3174,7 @@ is used to determine whether the results truly differ.")
 (define-public ocaml-batteries
   (package
     (name "ocaml-batteries")
-    (version "3.5.0")
+    (version "3.5.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3183,7 +3183,7 @@ is used to determine whether the results truly differ.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1w2fb47vgifj4iws0s8r531n0p9khq92n7gwcs7caj5bbzfc5zdx"))))
+                "07387jp93civ9p1q2ixmq8qkzzyssp94ssxd4w2ndvkg1nr6kfcl"))))
     (build-system ocaml-build-system)
     (propagated-inputs (list ocaml-num))
     (native-inputs



reply via email to

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