mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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>
This commit is contained in:
parent
7725edda82
commit
c3a9abad9d
1 changed files with 2 additions and 2 deletions
|
@ -471,7 +471,7 @@ (define-public coq-bignums
|
|||
(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 @@ (define-public coq-interval
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m3icx77p99ld9qfl3xjq62q572pyi4m77i1kc3whvipvg7834rh"))))
|
||||
"039c29hc8mzp2is6zh9fps36k03hlvx6zz08h03vj6dhjgr7njz8"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf automake ocaml which coq))
|
||||
|
|
Loading…
Reference in a new issue