gnu: coq: Update to 8.15.2.

* gnu/packages/coq.scm (coq-core): Update to 8.15.2.
This commit is contained in:
Julien Lepiller 2022-06-18 07:45:26 +02:00
parent eb5df275ce
commit a24dbd25eb
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -52,7 +52,7 @@ (define-module (gnu packages coq)
(define-public coq-core (define-public coq-core
(package (package
(name "coq-core") (name "coq-core")
(version "8.15.1") (version "8.15.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -62,7 +62,7 @@ (define-public coq-core
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"04csl4fvl41hizn95c4j9gxkl28495fzqdgm83ss67s5jvbfczvs")) "1m6dilfbp9q8j8sya4ap82q72m3a4mq6m96gzvi6vgv04cr6r33c"))
(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