[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: guile-ics: Update to 0.2.0.
From: |
Ludovic Courtès |
Subject: |
06/12: gnu: guile-ics: Update to 0.2.0. |
Date: |
Mon, 30 Apr 2018 17:41:32 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 291c2d57e8fd15e09ba8c753718efe48b3077389
Author: Ludovic Courtès <address@hidden>
Date: Mon Apr 30 19:31:52 2018 +0200
gnu: guile-ics: Update to 0.2.0.
* gnu/packages/guile.scm (guile-ics): Update to 0.2.0.
---
gnu/packages/guile.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 2af6f87..dd21a88 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -720,16 +720,16 @@ format is also supported.")
(define-public guile-ics
(package
(name "guile-ics")
- (version "0.1.1")
+ (version "0.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/artyom-poptsov/guile-ics")
- (commit "v0.1.1")))
+ (commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1pvg6j48inpbq47hq00yh5hhl2qd2srvrx5yjl7w7ky1jsjadp86"))))
+ "0qjjvadr7gibdq9jvwkmlkb4afsw9n2shfj9phpiadinxk3p4m2g"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
- branch master updated (e64a3b4 -> 1170198), Ludovic Courtès, 2018/04/30
- 02/12: gnu: tcc-wrapper: Use Guile 2.2., Ludovic Courtès, 2018/04/30
- 03/12: gnu: gzochi: Build without '-Werror'., Ludovic Courtès, 2018/04/30
- 04/12: gnu: gzochi: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 06/12: gnu: guile-ics: Update to 0.2.0.,
Ludovic Courtès <=
- 05/12: gnu: geiser: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 09/12: gnu: guile-irregex: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 07/12: gnu: guile-ics: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 08/12: gnu: guile-minikanren: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 12/12: gnu: Add amule., Ludovic Courtès, 2018/04/30
- 01/12: weather: Fix type error when reporting CI stats., Ludovic Courtès, 2018/04/30
- 11/12: gnu: guile-dbi: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 10/12: gnu: guile-redis: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30