mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: coq-stdpp: Update to 1.6.0.
* gnu/packages/coq.scm (coq-stdpp): Update to 1.6.0.
This commit is contained in:
parent
07fc7046d2
commit
63d8c7a82f
1 changed files with 2 additions and 2 deletions
|
@ -611,7 +611,7 @@ (define-public coq-semantics
|
|||
(define-public coq-stdpp
|
||||
(package
|
||||
(name "coq-stdpp")
|
||||
(version "1.5.0")
|
||||
(version "1.6.0")
|
||||
(synopsis "Alternative Coq standard library std++")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -621,7 +621,7 @@ (define-public coq-stdpp
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ym0fy620imah89p8b6rii8clx2vmnwcrbwxl3630h24k42092nf"))))
|
||||
"1l1w6srzydjg0h3f4krrfgvz455h56shyy2lbcnwdbzjkahibl7v"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("coq" ,coq)))
|
||||
|
|
Loading…
Reference in a new issue