guix-commits
[Top][All Lists]
Advanced

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

02/14: gnu: python-pylibmc: Update to 1.6.1.


From: guix-commits
Subject: 02/14: gnu: python-pylibmc: Update to 1.6.1.
Date: Tue, 15 Oct 2019 23:41:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 79bc917685eefa3c34dc50479b2ab55860af7543
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 16 02:24:07 2019 +0200

    gnu: python-pylibmc: Update to 1.6.1.
    
    * gnu/packages/databases.scm (python-pylibmc): Update to 1.6.1.
---
 gnu/packages/databases.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 690f5a3..f8e7256 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -377,14 +377,13 @@ the API, and provides features such as:
 (define-public python-pylibmc
   (package
     (name "python-pylibmc")
-    (version "1.6.0")
+    (version "1.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pylibmc" version))
        (sha256
-        (base32
-         "1n6nvvhl0g52gpzzwdj1my6049xljkfwyxxygnwda9smrbj7pyay"))))
+        (base32 "1sg7d9j0v6g3xg3finf4l1hb72c13vcyyi6rqrc9shbx903d93ca"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -400,10 +399,8 @@ the API, and provides features such as:
      `(("libmemcached" ,libmemcached)
        ("zlib" ,zlib)
        ("cyrus-sasl" ,cyrus-sasl)))
-    (home-page
-     "http://sendapatch.se/projects/pylibmc/";)
-    (synopsis
-     "Python client for memcached")
+    (home-page "http://sendapatch.se/projects/pylibmc/";)
+    (synopsis "Python client for memcached")
     (description
      "@code{pylibmc} is a client in Python for memcached.  It is a wrapper
 around TangentOrg’s libmemcached library, and can be used as a drop-in



reply via email to

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