[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cedille: Update to 1.1.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cedille: Update to 1.1.2. |
Date: |
Sun, 23 Feb 2020 13:03:38 -0500 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1063dea gnu: cedille: Update to 1.1.2.
1063dea is described below
commit 1063dea4ff8a5106b51de8d6de7e23753403c81e
Author: John Soo <address@hidden>
AuthorDate: Sun Feb 23 17:42:54 2020 +0000
gnu: cedille: Update to 1.1.2.
* gnu/packages/cedille.scm (cedille): Update to 1.1.2.
Signed-off-by: Tobias Geerinckx-Rice <address@hidden>
---
gnu/packages/cedille.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cedille.scm b/gnu/packages/cedille.scm
index 80ed7e9..d3a6850 100644
--- a/gnu/packages/cedille.scm
+++ b/gnu/packages/cedille.scm
@@ -30,7 +30,7 @@
(define-public cedille
(package
(name "cedille")
- (version "1.1.1")
+ (version "1.1.2")
(source
(origin
(method git-fetch)
@@ -40,7 +40,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "07kv9wncyipfjf5w4ax8h2p35g70zb1qw6zc4afd7c225xia55wp"))))
+ "1h5s6ayh3s76z184jai3jidcs4cjk8s4nvkkv2am8dg4gfsybq22"))))
(inputs
`(("agda" ,agda)
("agda-ial" ,agda-ial)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: cedille: Update to 1.1.2.,
guix-commits <=