gnu: coq-stdpp: Update to 1.6.0.

* gnu/packages/coq.scm (coq-stdpp): Update to 1.6.0.
This commit is contained in:
Julien Lepiller 2021-11-21 17:50:10 +01:00
parent 07fc7046d2
commit 63d8c7a82f
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -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)))