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.1.


From: guix-commits
Subject: branch master updated: gnu: guile-redis: Update to 2.1.1.
Date: Wed, 19 May 2021 17:11:48 -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 7dc75d5  gnu: guile-redis: Update to 2.1.1.
7dc75d5 is described below

commit 7dc75d5fd3b8da2e39af7e615bbaf8345986dc2d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 19 19:26:20 2021 +0200

    gnu: guile-redis: Update to 2.1.1.
    
    * gnu/packages/guile-xyz.scm (guile-redis): Update to 2.1.1.
---
 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 1cd28b3..be3dacb 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.1.0")
+    (version "2.1.1")
     (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
-                "0jh166m385d14r3w9z28d7m3izggphcw41cb7djfspx52myn93dl"))))
+                "0pvk4yadgx64wk81cpisdc7zqhk6ww58xi5fs5fs6s28wb6l5bfj"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("GUILE_AUTO_COMPILE=0")))



reply via email to

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