roptat pushed a commit to branch master
in repository guix.
commit 67fbcd437c9906f52b5311058b1c6b48e4c94d02
Author: Julien Lepiller <[email protected]>
AuthorDate: Sun Nov 21 16:53:46 2021 +0100
gnu: coq-gappa: Update to 1.5.0.
* gnu/packages/coq.scm (coq-gappa): Update to 1.5.0.
---
gnu/packages/coq.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 15b920a..c31a122 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -242,7 +242,7 @@ inside Coq.")
(define-public coq-gappa
(package
(name "coq-gappa")
- (version "1.4.6")
+ (version "1.5.0")
(source
(origin
(method git-fetch)
@@ -252,7 +252,7 @@ inside Coq.")
(file-name (git-file-name name version))
(sha256
(base32
- "0492i0ksrz6dnc1d57jzsbmdlb9fp9hrh9ib5v8j0yqxpyi0x8f4"))))
+ "1ivh8xm1c8191rm4riamjzya2x6ls96qax5byir1fywf9hbxr1vg"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)