[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: coq-bignums: Update to 8.15.0.
From: |
guix-commits |
Subject: |
03/06: gnu: coq-bignums: Update to 8.15.0. |
Date: |
Fri, 11 Feb 2022 04:33:48 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 238a900baeea8df7d02081bd1fb46e1ba3be4eb5
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 11 10:05:12 2022 +0100
gnu: coq-bignums: Update to 8.15.0.
* gnu/packages/coq.scm (coq-bignums): Update to 8.15.0.
---
gnu/packages/coq.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index e52238ef65..8924f6f088 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -420,7 +420,7 @@ theorems between the two libraries.")
(define-public coq-bignums
(package
(name "coq-bignums")
- (version "8.14.0")
+ (version "8.15.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -429,7 +429,7 @@ theorems between the two libraries.")
(file-name (git-file-name name version))
(sha256
(base32
- "0jsgdvj0ddhkls32krprp34r64y1rb5mwxl34fgaxk2k4664yq06"))))
+ "093klwlhclgyrba1iv18dyz1qp5f0lwiaa7y0qwvgmai8rll5fns"))))
(build-system gnu-build-system)
(native-inputs
(list ocaml coq))
- branch master updated (e32ea56f05 -> 74a1e5378a), guix-commits, 2022/02/11
- 06/06: gnu: coq-mathcomp: Update to 1.14.0., guix-commits, 2022/02/11
- 05/06: gnu: coq: Update to 8.15.0., guix-commits, 2022/02/11
- 02/06: gnu: coq-gappa: Update to 1.5.1., guix-commits, 2022/02/11
- 04/06: gnu: coq-interval: Update to 4.4.0., guix-commits, 2022/02/11
- 01/06: gnu: coq-flocq: Update to 4.0.0., guix-commits, 2022/02/11
- 03/06: gnu: coq-bignums: Update to 8.15.0.,
guix-commits <=