[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: ocaml-zarith: Update to 1.9.1.
From: |
guix-commits |
Subject: |
08/13: gnu: ocaml-zarith: Update to 1.9.1. |
Date: |
Tue, 3 Sep 2019 17:35:13 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 3882f607e8b1b69c03aa0e8f4859b52ec6d154f3
Author: Julien Lepiller <address@hidden>
Date: Tue Sep 3 21:43:41 2019 +0200
gnu: ocaml-zarith: Update to 1.9.1.
* gnu/packages/ocaml.scm (ocaml-zarith): Update to 1.9.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 4fce0a7..0124373 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1109,7 +1109,7 @@ files in these formats.")
(define-public ocaml-zarith
(package
(name "ocaml-zarith")
- (version "1.7")
+ (version "1.9.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1117,7 +1117,7 @@ files in these formats.")
(commit (string-append "release-" version))))
(sha256
(base32
- "08x5xnamibhvxl50f1bb3jl9ym0hm6004hmc54xnrnrv7jxz9rvz"))))
+ "0hv5ywz1q2cgn8apfz490clwk5hcynr937g2v8i13x2ax4bnv0lz"))))
(build-system ocaml-build-system)
(native-inputs
`(("perl" ,perl)))
- 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 <=
- 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, 2019/09/03
- 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