diff options
author | Jean-Pierre De Jesus DIAZ <jean@foundation.xyz> | 2024-06-12 10:57:11 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-06-16 10:15:36 +0200 |
commit | c3a9abad9dc9a5778f444f4f12b6b82c907914fa (patch) | |
tree | c90fd5986638bd738680930d6ecd119f336b9012 /gnu | |
parent | 7725edda82fb4d1a97ffccb3d1759c6e2cc5c10d (diff) | |
download | guix-c3a9abad9dc9a5778f444f4f12b6b82c907914fa.tar.gz guix-c3a9abad9dc9a5778f444f4f12b6b82c907914fa.zip |
gnu: coq-interval: Update to 4.10.0.
* gnu/packages/coq.scm (coq-interval): Update to 4.10.0.
Change-Id: If5be16804fefdca04b52a91cf3f52484c486fea8
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/coq.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index fe1fa80cc1..3b656fb6fe 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -471,7 +471,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq standard library.") (define-public coq-interval (package (name "coq-interval") - (version "4.8.0") + (version "4.10.0") (source (origin (method git-fetch) @@ -481,7 +481,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq standard library.") (file-name (git-file-name name version)) (sha256 (base32 - "0m3icx77p99ld9qfl3xjq62q572pyi4m77i1kc3whvipvg7834rh")))) + "039c29hc8mzp2is6zh9fps36k03hlvx6zz08h03vj6dhjgr7njz8")))) (build-system gnu-build-system) (native-inputs (list autoconf automake ocaml which coq)) |