gnu: coq-stdpp: Update to 1.7.0.

* gnu/packages/coq.scm (coq-stdpp): Update to 1.7.0.
This commit is contained in:
Julien Lepiller 2022-02-11 10:36:39 +01:00
parent 74a1e5378a
commit 58ab579a98
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -625,7 +625,7 @@ (define-public coq-semantics
(define-public coq-stdpp
(package
(name "coq-stdpp")
(version "1.6.0")
(version "1.7.0")
(synopsis "Alternative Coq standard library std++")
(source (origin
(method git-fetch)
@ -635,7 +635,7 @@ (define-public coq-stdpp
(file-name (git-file-name name version))
(sha256
(base32
"1l1w6srzydjg0h3f4krrfgvz455h56shyy2lbcnwdbzjkahibl7v"))))
"0447wbzm23f9rl8byqf6vglasfn6c1wy6cxrrwagqjwsh3i5lx8y"))))
(build-system gnu-build-system)
(inputs
(list coq))