mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: coq-gappa: Update to 1.5.5.
* gnu/packages/coq.scm (coq-gappa): Update to 1.5.5. Change-Id: Iaf0077a8081d7ba30aeb1bded3bc36570df88283 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
c01a114c96
commit
7725edda82
1 changed files with 2 additions and 2 deletions
|
@ -291,7 +291,7 @@ (define-public coq-for-coqtail
|
||||||
(define-public coq-gappa
|
(define-public coq-gappa
|
||||||
(package
|
(package
|
||||||
(name "coq-gappa")
|
(name "coq-gappa")
|
||||||
(version "1.5.3")
|
(version "1.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -301,7 +301,7 @@ (define-public coq-gappa
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dzkb2sfglhik2ymw8p65khl163xxjsaqji9agnnkvlk5r6589v6"))))
|
"0w780wk10khzfx6d633dyzx9q0hvqgimqbzc3irjzvsbpvb0zm5c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf
|
(list autoconf
|
||||||
|
|
Loading…
Reference in a new issue