[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: ocaml-batteries: Update to 2.10.0.
From: |
guix-commits |
Subject: |
01/13: gnu: ocaml-batteries: Update to 2.10.0. |
Date: |
Tue, 3 Sep 2019 17:35:11 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 242e9f0d2cb6c11a2e4f2001ba71beb7e6a68810
Author: Julien Lepiller <address@hidden>
Date: Tue Sep 3 19:35:06 2019 +0200
gnu: ocaml-batteries: Update to 2.10.0.
* gnu/packages/ocaml.scm (ocaml-batteries): Update to 2.10.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 bd66ab0..3bc2816 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2276,7 +2276,7 @@ many additional enhancements, including:
(define-public ocaml-batteries
(package
(name "ocaml-batteries")
- (version "2.9.0")
+ (version "2.10.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/ocaml-batteries-team/"
@@ -2284,7 +2284,7 @@ many additional enhancements, including:
version "/batteries-" version ".tar.gz"))
(sha256
(base32
- "0lkdmv2my5hirkswmci2cch341n6wkkj2q8apjhs83sg6528caxi"))))
+ "08ghw87d56h1a6y1nnh3x2wy9xj25jqfk5sp6ma9nsyd37babb0h"))))
(build-system ocaml-build-system)
(native-inputs
`(("ocamlbuild" ,ocamlbuild)
- branch master updated (948c700 -> 1fe01b7), guix-commits, 2019/09/03
- 04/13: gnu: ocaml-qcheck: Update to 0.10., guix-commits, 2019/09/03
- 02/13: gnu: ocaml-cppo: Update to 1.6.6., guix-commits, 2019/09/03
- 07/13: gnu: ocaml-result: Update to 1.4., guix-commits, 2019/09/03
- 08/13: gnu: ocaml-zarith: Update to 1.9.1., guix-commits, 2019/09/03
- 10/13: gnu: Add ocaml-charinfo-width., guix-commits, 2019/09/03
- 11/13: gnu: Add ocaml-stdlib-shims., guix-commits, 2019/09/03
- 01/13: gnu: ocaml-batteries: Update to 2.10.0.,
guix-commits <=
- 03/13: gnu: ocaml-migrate-parsetree: Update to 1.4.0., guix-commits, 2019/09/03
- 09/13: gnu: ocaml-camomile: Update to 1.0.2., guix-commits, 2019/09/03
- 06/13: gnu: ocaml-odoc: Update to 1.4.1., guix-commits, 2019/09/03
- 05/13: gnu: dune: Update to 1.11.3., guix-commits, 2019/09/03
- 12/13: gnu: ocaml-utop: Update to 2.4.1., guix-commits, 2019/09/03
- 13/13: gnu: ocaml-fileutils: Update to 0.6.0., guix-commits, 2019/09/03