aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/coq.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-11-27 16:32:09 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-11-27 18:11:42 +0100
commit9ec87c97854b11466008ee68c0bfe372ac69ab1b (patch)
tree6ec1b772b3868fbe77bbbc421960ef6331acbdcb /gnu/packages/coq.scm
parente75e699ec30fd7d9eab50dd2c98a3a25fe50ffc0 (diff)
downloadguix-9ec87c97854b11466008ee68c0bfe372ac69ab1b.tar
guix-9ec87c97854b11466008ee68c0bfe372ac69ab1b.tar.gz
gnu: coq-core: Update to 8.16.1.
* gnu/packages/coq.scm (coq-core): Update to 8.16.1.
Diffstat (limited to 'gnu/packages/coq.scm')
-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 e4ee1aa882..0d8cb26358 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -54,7 +54,7 @@
(define-public coq-core
(package
(name "coq-core")
- (version "8.16.0")
+ (version "8.16.1")
(source
(origin
(method git-fetch)
@@ -64,7 +64,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1rp4m2yjldsz0kj7p2fsc312n740fr8kg99jlsk8aq3h524qz2h8"))
+ "0ljpqhh5lfsim29fcfp2xfcvm3j84pf1mb0gnpdr8vcqqw7mqwpf"))
(patches (search-patches "coq-fix-envvars.patch"))))
(native-search-paths
(list (search-path-specification