gnu: python-rich: Update to 12.4.1.

* gnu/packages/python-xyz.scm (python-rich): Update to 12.4.1.
This commit is contained in:
Ricardo Wurmus 2022-05-18 16:20:25 +02:00
parent 8deed9d086
commit 93ef1eecd9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -16497,13 +16497,13 @@ is made as zipfile like as possible.")
(define-public python-rich
(package
(name "python-rich")
(version "10.2.2")
(version "12.4.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "rich" version))
(sha256
(base32
"1z5m5brcdf3vndpavcqj5nl35xby4x5rfj48klhwqycfqf3g9cqp"))))
"149vjb4cpf9mz14iig0b6d8065dm8aslp6pc45g9ipmp1wf00ffj"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -16532,7 +16532,7 @@ is made as zipfile like as possible.")
(file-name (git-file-name name version))
(sha256
(base32
"19f4svb363sn5708qkpa6lakmiwzyb25h8kmh7bqrsbbrvi9hr70"))))))
"17c3gljn8zv32xnpsgd3fqgqn4r7cdfqri41hridcpbhssdgkyp9"))))))
(home-page "https://github.com/willmcgugan/rich")
(synopsis "Render rich text and more to the terminal")
(description