guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: artanis: Use guile2.2 version of guile-redis


From: guix-commits
Subject: branch master updated: gnu: artanis: Use guile2.2 version of guile-redis.
Date: Mon, 29 Jun 2020 02:21:07 -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 d282a82  gnu: artanis: Use guile2.2 version of guile-redis.
d282a82 is described below

commit d282a82cabdbd9fbdd829a749d06c704f9d9925c
Author: Masaya Tojo <masaya@tojo.tokyo>
AuthorDate: Sun Jun 28 07:42:03 2020 +0900

    gnu: artanis: Use guile2.2 version of guile-redis.
    
    * gnu/packages/guile-xyz.scm (artanis)[propagated-inputs]: Change from
    guile-redis to guile2.2-redis.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/guile-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index f8e59b0..d9b8eee 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -28,6 +28,7 @@
 ;;; Copyright © 2020 Jack Hill <jackhill@jackhill.us>
 ;;; Copyright © 2020 Julien Lepiler <julien@lepiller.eu>
 ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
+;;; Copyright © 2020 Masaya Tojo <masaya@tojo.tokyo>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -155,9 +156,9 @@
     ;; projects.
     ;; TODO: Add guile-dbi and guile-dbd optional dependencies.
     (propagated-inputs
-     `(("guile-json" ,guile-json-1)
+     `(("guile-json" ,guile-json-1) ; This ia already using guile-2.2.
        ("guile-readline" ,guile2.2-readline)
-       ("guile-redis" ,guile-redis)))
+       ("guile-redis" ,guile2.2-redis)))
     (native-inputs
      `(("bash"       ,bash)         ;for the `source' builtin
        ("pkgconfig"  ,pkg-config)



reply via email to

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