gnu: coq: Update to 8.14.1.
* gnu/packages/coq.scm (coq-core): Update to 8.14.1.
This commit is contained in:
parent
bf8e084d1d
commit
bdf74dad1a
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
||||||
(define-public coq-core
|
(define-public coq-core
|
||||||
(package
|
(package
|
||||||
(name "coq-core")
|
(name "coq-core")
|
||||||
(version "8.14.0")
|
(version "8.14.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iachapmdwvwwlvkrb2yxhqqrgzs70zyr1c9v1jdb1awx3bp68hf"))
|
"0q634fmrh5ivpxy7ammdiqdh9xp72ji2726vcz1bd55ln0d08z40"))
|
||||||
(patches (search-patches "coq-fix-envvars.patch"))))
|
(patches (search-patches "coq-fix-envvars.patch"))))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
|
|
Reference in a new issue