[PATCH] gnu: mycli: Update to 1.22.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200809183432.9275-1-mike@rohleder.de
* gnu/packages/databases.scm (mycli): Update to 1.22.2.
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 6d9d87f310..2902bc4c50 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -614,14 +614,14 @@ RDBMS systems (which are deep in functionality).")
(define-public mycli
(package
(name "mycli")
- (version "1.22.1")
+ (version "1.22.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mycli" version))
(sha256
(base32
- "18qxxrpdksg3s73va7nkbkwi34kg9m1pls7w4fh5f4jk4p434zsf"))))
+ "1lq2x95553vdmhw13cxcgsd2g2i32izhsb7hxd4m1iwf9b3msbpv"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; tests expect a running MySQL
--
2.28.0
Tobias Geerinckx-Rice wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42784-done@debbugs.gnu.org)
877du7d3n1.fsf@nckx
Michael,

Michael Rohleder 写道:
Toggle quote (2 lines)
> * gnu/packages/databases.scm (mycli): Update to 1.22.2.

Already done in ce13a54aa1fc5bd3582d06a6a9dd1a879c8a5d40, but
thank you very much!

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXzBNUgAKCRANsP+IT1Vt
eZheAQCL8TSR07Pp9S9reNpGVQAKq/O4DRv7mVEtSlBLMwaHGgEA1h2C5dbDxNhC
T6vFYjcK74OBKaYqPXhCG8kAlNTjnQM=
=waHN
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42784@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42784
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help