aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/coq.scm
diff options
context:
space:
mode:
authorpukkamustard <pukkamustard@posteo.net>2024-01-10 08:43:09 +0100
committerJulien Lepiller <julien@lepiller.eu>2024-02-08 23:15:41 +0100
commitc168dc5ad14787f8ba715043f62cc763789962e7 (patch)
tree974b2ad0ebd637283eba2f9897c1e4e363ca4825 /gnu/packages/coq.scm
parente154a7f43a22f84c34243dd674cb15d4ee2e90ab (diff)
downloadguix-c168dc5ad14787f8ba715043f62cc763789962e7.tar
guix-c168dc5ad14787f8ba715043f62cc763789962e7.tar.gz
gnu: Update coq-interval to 4.8.0.
* gnu/packages/coq.scm (coq-interval): Update to 4.8.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Change-Id: I17e2426aacd84289eff538a195b79683eb98fe9f
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r--gnu/packages/coq.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 68a61c4b21..57f8489a18 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -495,7 +495,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq standard library.")
(define-public coq-interval
(package
(name "coq-interval")
- (version "4.5.2")
+ (version "4.8.0")
(source
(origin
(method git-fetch)
@@ -505,7 +505,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq standard library.")
(file-name (git-file-name name version))
(sha256
(base32
- "138vgb0bq6wkygrhkahjgb9spwpzc6x6kkycj2qnf5naxx1z412w"))))
+ "0m3icx77p99ld9qfl3xjq62q572pyi4m77i1kc3whvipvg7834rh"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake ocaml which coq))