summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-06-18 07:45:26 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-06-18 13:15:09 +0200
commita24dbd25eb39a1823be48774f06124c181db679f (patch)
tree14901beb005320a56139b0ddc718781103f5d9d3
parenteb5df275ce74f18994bd60d05f295fa2c5c6ce89 (diff)
downloadguix-patches-a24dbd25eb39a1823be48774f06124c181db679f.tar
guix-patches-a24dbd25eb39a1823be48774f06124c181db679f.tar.gz
gnu: coq: Update to 8.15.2.
* gnu/packages/coq.scm (coq-core): Update to 8.15.2.
-rw-r--r--gnu/packages/coq.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 5c73c4a269..bbb6c4d435 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.1")
+ (version "8.15.2")
(source
(origin
(method git-fetch)
@@ -62,7 +62,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "04csl4fvl41hizn95c4j9gxkl28495fzqdgm83ss67s5jvbfczvs"))
+ "1m6dilfbp9q8j8sya4ap82q72m3a4mq6m96gzvi6vgv04cr6r33c"))
(patches (search-patches "coq-fix-envvars.patch"))))
(native-search-paths
(list (search-path-specification