gnu: guile-ics: Update to 0.5.0.
* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.5.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
da39980b79
commit
350a65cd65
@ -2034,7 +2034,7 @@ provides tight coupling to Guix.")
|
|||||||
(define-public guile-ics
|
(define-public guile-ics
|
||||||
(package
|
(package
|
||||||
(name "guile-ics")
|
(name "guile-ics")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -2044,7 +2044,7 @@ provides tight coupling to Guix.")
|
|||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wjkba135iipwqrp14c3q6wpbjhglp9d12is16lj8l81xyv8gjn3"))))
|
"1ipryn69ad4viqai9pnwhkqqpf9wgw0m2qxrwkfrpm1bfdyilw9w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
Loading…
Reference in New Issue
Block a user