roptat pushed a commit to branch master
in repository guix.

commit 575c4ad510da2c66b38d4ee636b7cd717d5913d3
Author: Julien Lepiller <[email protected]>
AuthorDate: Fri Feb 11 08:44:44 2022 +0100

    gnu: coq-gappa: Update to 1.5.1.
    
    * gnu/packages/coq.scm (coq-gappa): Update to 1.5.1.
---
 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 1cfb17f17c..e52238ef65 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -276,7 +276,7 @@ inside Coq.")
 (define-public coq-gappa
   (package
     (name "coq-gappa")
-    (version "1.5.0")
+    (version "1.5.1")
     (source
      (origin
        (method git-fetch)
@@ -286,7 +286,7 @@ inside Coq.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1ivh8xm1c8191rm4riamjzya2x6ls96qax5byir1fywf9hbxr1vg"))))
+         "18y4mv44mcgyam77rf4xs7l06mg7pxx1qli3yvs0kklmnnvwa463"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf

Reply via email to