guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/11: gnu: coq-gappa: Update to 1.5.2.


From: guix-commits
Subject: 04/11: gnu: coq-gappa: Update to 1.5.2.
Date: Thu, 22 Sep 2022 01:38:43 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit a440e905fd002a853e7a3e833434a6dbf6cd7371
Author: Julien Lepiller <julien@lepiller.eu>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]