mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mycli: Update to 1.25.0.
* gnu/packages/databases.scm (mycli): Update to 1.25.0. [arguments]: Remove obsolete 'loosen-requirements phase.
This commit is contained in:
parent
271736117e
commit
56fdef0e11
1 changed files with 3 additions and 9 deletions
|
@ -727,22 +727,16 @@ autocompletion and syntax highlighting.")
|
||||||
(define-public mycli
|
(define-public mycli
|
||||||
(package
|
(package
|
||||||
(name "mycli")
|
(name "mycli")
|
||||||
(version "1.24.1")
|
(version "1.25.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "mycli" version))
|
(uri (pypi-uri "mycli" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rij9nw20zhqr7cqnkm8daw8b1wdc9zb6ny1ji9qz5557nz9i3bl"))))
|
(base32 "0231v7f6q84mjmi1h0ni3s55m2g8p5d7x5q49bgkxlaz2bc2xwgy"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; tests expect a running MySQL
|
'(#:tests? #f)) ; tests expect a running MySQL
|
||||||
#:phases (modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'loosen-requirements
|
|
||||||
(lambda _
|
|
||||||
;; Permit newer versions of sqlparse.
|
|
||||||
(substitute* "setup.py"
|
|
||||||
(("<0\\.4\\.0") "<0.5.0")))))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cli-helpers
|
(list python-cli-helpers
|
||||||
python-click
|
python-click
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue