guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mycli: Update to 1.22.1.


From: guix-commits
Subject: branch master updated: gnu: mycli: Update to 1.22.1.
Date: Wed, 29 Jul 2020 15:32:25 -0400

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

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8ae2212  gnu: mycli: Update to 1.22.1.
8ae2212 is described below

commit 8ae221211605f79216a72b18f9832b0fde2c5556
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Jul 29 10:03:24 2020 +0200

    gnu: mycli: Update to 1.22.1.
    
    * gnu/packages/databases.scm (mycli): Update to 1.22.1.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index e5aab2c..7be1b2b 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -613,14 +613,14 @@ RDBMS systems (which are deep in functionality).")
 (define-public mycli
   (package
     (name "mycli")
-    (version "1.21.1")
+    (version "1.22.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "mycli" version))
         (sha256
           (base32
-            "1q9p0yik9cpvpxjs048anvhicfcna84mpl7axv9bwgr48w40lqwg"))))
+            "18qxxrpdksg3s73va7nkbkwi34kg9m1pls7w4fh5f4jk4p434zsf"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                    ; tests expect a running MySQL



reply via email to

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