guix-commits
[Top][All Lists]
Advanced

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

40/54: gnu: coq: Update to 8.15.1.


From: guix-commits
Subject: 40/54: gnu: coq: Update to 8.15.1.
Date: Sun, 1 May 2022 07:16:07 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 556ccb4ae16562d200eeb00e4d22fc00fbee7959
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun May 1 08:42:43 2022 +0200

    gnu: coq: Update to 8.15.1.
    
    * gnu/packages/coq.scm (coq): Update to 8.15.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 0cfe9fd4e7..5c73c4a269 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -52,7 +52,7 @@
 (define-public coq-core
   (package
     (name "coq-core")
-    (version "8.15.0")
+    (version "8.15.1")
     (source
      (origin
        (method git-fetch)
@@ -62,7 +62,7 @@
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0473mmc4wv8zbbcbvqqn0z9gz9y8gf4w2q6j6h50lx0jphpg2n8z"))
+         "04csl4fvl41hizn95c4j9gxkl28495fzqdgm83ss67s5jvbfczvs"))
        (patches (search-patches "coq-fix-envvars.patch"))))
     (native-search-paths
      (list (search-path-specification



reply via email to

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