GNU bug report logs -
#42596
[PATCH] gnu: mycli: Update to 1.22.1.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Wed, 29 Jul 2020 08:04:01 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-mycli-Update-to-1.22.1.patch (text/x-patch, inline)]
* gnu/packages/databases.scm (mycli): Update to 1.22.1.
---
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 e5aab2c9e8..7be1b2b8e7 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
--
2.27.0
[Message part 2 (text/plain, inline)]
--
The only difference between a car salesman and a computer salesman is
that the car salesman knows he's lying.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 295 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.