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 @@ also provided in Coq, without associated proofs.")
(define-public coq-stdpp (define-public coq-stdpp
(package (package
(name "coq-stdpp") (name "coq-stdpp")
(version "1.6.0") (version "1.7.0")
(synopsis "Alternative Coq standard library std++") (synopsis "Alternative Coq standard library std++")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -635,7 +635,7 @@ also provided in Coq, without associated proofs.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1l1w6srzydjg0h3f4krrfgvz455h56shyy2lbcnwdbzjkahibl7v")))) "0447wbzm23f9rl8byqf6vglasfn6c1wy6cxrrwagqjwsh3i5lx8y"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list coq)) (list coq))