guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/17: gnu: guile-ics: Update to 0.5.0.


From: guix-commits
Subject: 13/17: gnu: guile-ics: Update to 0.5.0.
Date: Wed, 24 May 2023 09:05:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 350a65cd6556015885356951292479422cee07aa
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon May 1 18:58:09 2023 +0300

    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>
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 748780cc7d..585274557a 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2034,7 +2034,7 @@ provides tight coupling to Guix.")
 (define-public guile-ics
   (package
     (name "guile-ics")
-    (version "0.4.0")
+    (version "0.5.0")
     (source
      (origin
        (method git-fetch)
@@ -2044,7 +2044,7 @@ provides tight coupling to Guix.")
        (file-name (string-append name "-" version "-checkout"))
        (sha256
         (base32
-         "1wjkba135iipwqrp14c3q6wpbjhglp9d12is16lj8l81xyv8gjn3"))))
+         "1ipryn69ad4viqai9pnwhkqqpf9wgw0m2qxrwkfrpm1bfdyilw9w"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]