guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-redis: Update to 2.1.0.


From: guix-commits
Subject: branch master updated: gnu: guile-redis: Update to 2.1.0.
Date: Wed, 19 May 2021 11:11:38 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 43f9350  gnu: guile-redis: Update to 2.1.0.
43f9350 is described below

commit 43f93503e82ed371ee50325dc15074585384b2a2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 19 17:08:04 2021 +0200

    gnu: guile-redis: Update to 2.1.0.
    
    * gnu/packages/guile-xyz.scm (guile-redis): Update to 2.1.0.
---
 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 4473aed..1cd28b3 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2526,7 +2526,7 @@ interface for reading articles in any format.")
 (define-public guile-redis
   (package
     (name "guile-redis")
-    (version "2.0.0")
+    (version "2.1.0")
     (home-page "https://github.com/aconchillo/guile-redis";)
     (source (origin
               (method git-fetch)
@@ -2536,7 +2536,7 @@ interface for reading articles in any format.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zk2x37lw6ygf7rwy71svnsian8lj51axpxmm66ah7dazn69swlm"))))
+                "0jh166m385d14r3w9z28d7m3izggphcw41cb7djfspx52myn93dl"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("GUILE_AUTO_COMPILE=0")))



reply via email to

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