mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: coq-core: Update to 8.16.1.
* gnu/packages/coq.scm (coq-core): Update to 8.16.1.
This commit is contained in:
parent
e75e699ec3
commit
9ec87c9785
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ (define-module (gnu packages coq)
|
|||
(define-public coq-core
|
||||
(package
|
||||
(name "coq-core")
|
||||
(version "8.16.0")
|
||||
(version "8.16.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -64,7 +64,7 @@ (define-public coq-core
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rp4m2yjldsz0kj7p2fsc312n740fr8kg99jlsk8aq3h524qz2h8"))
|
||||
"0ljpqhh5lfsim29fcfp2xfcvm3j84pf1mb0gnpdr8vcqqw7mqwpf"))
|
||||
(patches (search-patches "coq-fix-envvars.patch"))))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
|
|
Loading…
Reference in a new issue