[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: coq-stdpp: Update to 1.4.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: coq-stdpp: Update to 1.4.0. |
Date: |
Tue, 08 Sep 2020 08:53:21 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 599f8d9 gnu: coq-stdpp: Update to 1.4.0.
599f8d9 is described below
commit 599f8d98cf0eac3d03bd0d03cd26308c6a788cfa
Author: Robin Green <greenrd@greenrd.org>
AuthorDate: Tue Sep 8 13:35:11 2020 +0100
gnu: coq-stdpp: Update to 1.4.0.
* gnu/packages/coq.scm (coq-stdpp): Update to 1.4.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/coq.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 11afdf5..3573518 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -596,7 +596,7 @@ kernel.")
(define-public coq-stdpp
(package
(name "coq-stdpp")
- (version "1.2.1")
+ (version "1.4.0")
(synopsis "Alternative Coq standard library std++")
(source (origin
(method git-fetch)
@@ -606,7 +606,7 @@ kernel.")
(file-name (git-file-name name version))
(sha256
(base32
- "1lczybg1jq9drbi8nzrlb0k199x4n07aawjwfzrl3qqc0w8kmvdz"))))
+ "1m6c7ibwc99jd4cv14v3r327spnfvdf3x2mnq51f9rz99rffk68r"))))
(build-system gnu-build-system)
(inputs
`(("coq" ,coq)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: coq-stdpp: Update to 1.4.0.,
guix-commits <=