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>
This commit is contained in:
Robin Green 2020-09-06 17:34:22 +01:00 committed by Mathieu Othacehe
parent 07fea75329
commit bdf3f5a403
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -553,11 +553,11 @@ (define-public coq-equations
(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)