summaryrefslogtreecommitdiff
path: root/gnu/packages/coq.scm
diff options
context:
space:
mode:
authorRobin Green <greenrd@greenrd.org>2020-09-06 17:34:22 +0100
committerMathieu Othacehe <othacehe@gnu.org>2020-09-07 08:49:03 +0200
commitbdf3f5a403a5c2e859506e0e84edece1557f6da3 (patch)
treed927b0fa9f4ee4db93fadfbdc994b202bd4e6216 /gnu/packages/coq.scm
parent07fea753295d4b9c3ade5bb217cd72fb5294c040 (diff)
downloadguix-patches-bdf3f5a403a5c2e859506e0e84edece1557f6da3.tar
guix-patches-bdf3f5a403a5c2e859506e0e84edece1557f6da3.tar.gz
gnu: coq-equations: Update 1.2.1-8.10-2.
* gnu/packages/coq.scm (coq-equations): Update to 1.2.1-8.10-2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
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 166e66c09e..8f98017520 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -553,11 +553,11 @@ uses Ltac to synthesize the substitution operation.")
(method git-fetch)
(uri (git-reference
(url "https://github.com/mattam82/Coq-Equations")
- (commit (string-append "v" version "-8.10"))))
+ (commit (string-append "v" version "-8.10-2"))))
(file-name (git-file-name name version))
(sha256
(base32
- "023q5dww3drw35dm9bi9p9d0wrj9k7vax7hfdsprf8l340pb4s0k"))))
+ "0j3z4l5nrbyi9zbbyqkc6kassjanwld2188mwmrbqspaypm2ys68"))))
(build-system gnu-build-system)
(native-inputs
`(("ocaml" ,ocaml)