diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-02-11 10:36:39 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-02-11 10:36:39 +0100 |
commit | 58ab579a9856eadb2acc4f2b47d3516734d0b6a4 (patch) | |
tree | af1c15807b0f264d4bc3d3263dc2ae68cbaa3e21 /gnu/packages/coq.scm | |
parent | 74a1e5378ae5ef9e4520120446991914a59d4744 (diff) |
gnu: coq-stdpp: Update to 1.7.0.
* gnu/packages/coq.scm (coq-stdpp): Update to 1.7.0.
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r-- | gnu/packages/coq.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index 8862f0704f..0cfe9fd4e7 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -625,7 +625,7 @@ also provided in Coq, without associated proofs.") (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 @@ also provided in Coq, without associated proofs.") (file-name (git-file-name name version)) (sha256 (base32 - "1l1w6srzydjg0h3f4krrfgvz455h56shyy2lbcnwdbzjkahibl7v")))) + "0447wbzm23f9rl8byqf6vglasfn6c1wy6cxrrwagqjwsh3i5lx8y")))) (build-system gnu-build-system) (inputs (list coq)) |