gnu: coq: Update to 8.15.0.

* gnu/packages/coq.scm (coq): Update to 8.15.0.
(coq-equations): Update to 1.3-8.15.
* gnu/packages/patches/coq-fix-envvars.patch: Adapt to new version.
This commit is contained in:
Julien Lepiller 2022-02-11 08:42:22 +01:00
parent 6b6474fec7
commit 5179f4525d
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82
2 changed files with 35 additions and 121 deletions

View file

@ -52,7 +52,7 @@
(define-public coq-core
(package
(name "coq-core")
(version "8.14.1")
(version "8.15.0")
(source
(origin
(method git-fetch)
@ -62,7 +62,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0q634fmrh5ivpxy7ammdiqdh9xp72ji2726vcz1bd55ln0d08z40"))
"0473mmc4wv8zbbcbvqqn0z9gz9y8gf4w2q6j6h50lx0jphpg2n8z"))
(patches (search-patches "coq-fix-envvars.patch"))))
(native-search-paths
(list (search-path-specification
@ -546,11 +546,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.14"))))
(commit (string-append "v" version "-8.15"))))
(file-name (git-file-name name version))
(sha256
(base32
"19bj9nncd1r9g4273h5qx35gs3i4bw5z9bhjni24b413hyj55hkv"))))
"1vfcfpsp9zyj0sw0cwibk76nj6n0r6gwh8m1aa3lbvc0b1kbm32k"))))
(build-system gnu-build-system)
(native-inputs
(list ocaml coq camlp5))