mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: coq-coquelicot: Update to 3.4.1.
* gnu/packages/coq.scm (coq-coquelicot): Update to 3.4.1. Change-Id: I9330c7d98b881c051f4f03dfdf7f1be9e3f26aa6 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
612e4dd98f
commit
c01a114c96
1 changed files with 2 additions and 2 deletions
|
@ -388,7 +388,7 @@ (define-public coq-mathcomp
|
||||||
(define-public coq-coquelicot
|
(define-public coq-coquelicot
|
||||||
(package
|
(package
|
||||||
(name "coq-coquelicot")
|
(name "coq-coquelicot")
|
||||||
(version "3.4.0")
|
(version "3.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -398,7 +398,7 @@ (define-public coq-coquelicot
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f6zim6hnm6zrij964vas6rfbxh5p147qsxxmmbxm7gyb85hhy45"))))
|
"1y22dqdklh3c8rbhar0d7mzaj84q6zyfik7namx5q4ma76s2rx73"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake ocaml which coq))
|
(list autoconf automake ocaml which coq))
|
||||||
|
|
Loading…
Reference in a new issue