roptat pushed a commit to branch master
in repository guix.
commit a440e905fd002a853e7a3e833434a6dbf6cd7371
Author: Julien Lepiller <[email protected]>
AuthorDate: Mon Sep 19 21:08:21 2022 +0200
gnu: coq-gappa: Update to 1.5.2.
* gnu/packages/coq.scm (coq-gappa): Update to 1.5.2.
---
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 5718a84f46..e312eeaea1 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -287,7 +287,7 @@ inside Coq.")
(define-public coq-gappa
(package
(name "coq-gappa")
- (version "1.5.1")
+ (version "1.5.2")
(source
(origin
(method git-fetch)
@@ -297,7 +297,7 @@ inside Coq.")
(file-name (git-file-name name version))
(sha256
(base32
- "18y4mv44mcgyam77rf4xs7l06mg7pxx1qli3yvs0kklmnnvwa463"))))
+ "0l65ah81yj9vabgkwqh47c02qvscvl8nl60gqn1qrs47dx1pi80q"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf