aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-09-12 13:24:29 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-09-12 14:29:13 +0800
commit1a814b79ae54567b82359325530260c272fc9d4e (patch)
treedf0286f07ec85681a353f05a4f4470e62adeaaa5 /gnu
parent7bd8e290b57b611027a1006aa8aa2306a27f84d7 (diff)
downloadguix-1a814b79ae54567b82359325530260c272fc9d4e.tar
guix-1a814b79ae54567b82359325530260c272fc9d4e.tar.gz
gnu: coq-equations: Update to 1.3-8.18.
* gnu/packages/coq.scm (coq-equations): Update to 1.3-8.18. Change-Id: I42c9ae2499fa9d5234c21bff416a3d6e30382e93
Diffstat (limited to 'gnu')
-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 ffd8560a48..e3212a88ef 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -568,7 +568,7 @@ uses Ltac to synthesize the substitution operation.")
(define-public coq-equations
(package
(name "coq-equations")
- (version "1.3-8.17")
+ (version "1.3-8.18")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -577,7 +577,7 @@ uses Ltac to synthesize the substitution operation.")
(file-name (git-file-name name version))
(sha256
(base32
- "0g68h4c1ijpphixvl9wkd7sibds38v4236dpvvh194j5ii42vnn8"))))
+ "1akxf2vafwyz6fi1djlc3g8mwxrjv0a99x4b08jwrbwxypv4xiph"))))
(build-system gnu-build-system)
(native-inputs
(list ocaml coq camlp5))