diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-18 10:00:53 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-25 10:49:04 +0100 |
| commit | 3bc53e19133131439c282161cdd1f764dd6d2f6b (patch) | |
| tree | 1be74254904f1355e6d846a2b1bd45d31955a300 /gnu/packages/databases.scm | |
| parent | 96f254d0675e8f81032edcf11cb611fbe2c29cfa (diff) | |
gnu: mycli: Update to 1.37.1.
* gnu/packages/databases.scm (mycli): Update to 1.37.1.
[build-sytem]: Switch to pypproject-build-sytem.
[propagated-inputs]: Remove python-click; add python-click-7,
python-cryptography, python-pyfzf, python-sqlglot, and python-sqlglotrs.
[native-inputs]: Add python-setuptools and python-setuptools-scm.
Change-Id: Ia62326e1ed82a2ca564ef7b9f095fb00e7e742a1
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 35306d062c6..ff1ef5ad9e8 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1042,25 +1042,32 @@ autocompletion and syntax highlighting.") (define-public mycli (package (name "mycli") - (version "1.25.0") + (version "1.37.1") (source (origin (method url-fetch) (uri (pypi-uri "mycli" version)) (sha256 - (base32 "0231v7f6q84mjmi1h0ni3s55m2g8p5d7x5q49bgkxlaz2bc2xwgy")))) - (build-system python-build-system) + (base32 "03kvw0n6s3f06whr7prjfwp1arl66mahlxizv27i9dkm5ibv1qrz")))) + (build-system pyproject-build-system) (arguments '(#:tests? #f)) ; tests expect a running MySQL + (native-inputs + (list python-setuptools + python-setuptools-scm)) (propagated-inputs (list python-cli-helpers - python-click + python-click-7 python-configobj + python-cryptography python-prompt-toolkit python-pyaes + python-pyfzf python-pygments python-pymysql python-pyperclip + python-sqlglot + python-sqlglotrs python-sqlparse)) (home-page "https://www.mycli.net") (synopsis |
