roptat pushed a commit to branch master
in repository guix.

commit 4b7cc09c8bd235616880ba652656420cdd479baa
Author: pukkamustard <[email protected]>
AuthorDate: Wed Jan 10 08:43:04 2024 +0100

    gnu: Update coq-gappa to 1.5.3.
    
    * gnu/packages/coq.scm (coq-gappa): Update to 1.5.3.
    
    Signed-off-by: Julien Lepiller <[email protected]>
    Change-Id: Icc124d8a2d7a55717651d135d6817871b5bc6321
---
 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 26216ab323..0903b6e9aa 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -315,7 +315,7 @@ inside Coq.")
 (define-public coq-gappa
   (package
     (name "coq-gappa")
-    (version "1.5.2")
+    (version "1.5.3")
     (source
      (origin
        (method git-fetch)
@@ -325,7 +325,7 @@ inside Coq.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0l65ah81yj9vabgkwqh47c02qvscvl8nl60gqn1qrs47dx1pi80q"))))
+         "1dzkb2sfglhik2ymw8p65khl163xxjsaqji9agnnkvlk5r6589v6"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf

Reply via email to