[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu. ocaml-batteries: Update to 3.4.0.
From: |
guix-commits |
Subject: |
03/04: gnu. ocaml-batteries: Update to 3.4.0. |
Date: |
Tue, 21 Dec 2021 20:34:44 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 81f36476a08ac311790a37504bd29b3aca6a0cd1
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Dec 22 02:23:25 2021 +0100
gnu. ocaml-batteries: Update to 3.4.0.
* gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.4.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 e61de17..ba893dc 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3148,7 +3148,7 @@ is used to determine whether the results truly differ.")
(define-public ocaml-batteries
(package
(name "ocaml-batteries")
- (version "3.3.0")
+ (version "3.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3157,7 +3157,7 @@ is used to determine whether the results truly differ.")
(file-name (git-file-name name version))
(sha256
(base32
- "1h03nkc3vajaijqhj1dy5hw85j2hwwxdkg8rvs2fc00qaf44ad1d"))))
+ "1cd7475n1mxhq482aidmhh27mq5p2vmb8d9fkb1mlza9pz5z66yq"))))
(build-system ocaml-build-system)
(propagated-inputs (list ocaml-num))
(native-inputs