mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Update coq-stdpp to 1.8.0.
* gnu/packages/coq.scm (coq-stdpp): Update to 1.8.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Change-Id: Id44b29296fa6de706b0a3eac90616ba0de126f87
This commit is contained in:
parent
3f9d44b0bd
commit
e154a7f43a
1 changed files with 2 additions and 2 deletions
|
@ -669,7 +669,7 @@ (define-public coq-semantics
|
|||
(define-public coq-stdpp
|
||||
(package
|
||||
(name "coq-stdpp")
|
||||
(version "1.7.0")
|
||||
(version "1.8.0")
|
||||
(synopsis "Alternative Coq standard library std++")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -679,7 +679,7 @@ (define-public coq-stdpp
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0447wbzm23f9rl8byqf6vglasfn6c1wy6cxrrwagqjwsh3i5lx8y"))))
|
||||
"0xawh3xkh76yhs689zw52k55cbzga2gyzl4g1a3pgg6yy420chjn"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list coq))
|
||||
|
|
Loading…
Reference in a new issue