mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: coq-stdpp: Update to 1.7.0.
* gnu/packages/coq.scm (coq-stdpp): Update to 1.7.0.
This commit is contained in:
parent
74a1e5378a
commit
58ab579a98
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue