mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: python-blessed: Update to 1.17.9.
* gnu/packages/python-xyz.scm (python-blessed): Update to 1.17.9. [source]: Remove trailing #t from snippet. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e5659bd502
commit
2a38bc9a77
1 changed files with 3 additions and 3 deletions
|
@ -27807,19 +27807,19 @@ (define-public python-svgutils
|
||||||
(define-public python-blessed
|
(define-public python-blessed
|
||||||
(package
|
(package
|
||||||
(name "python-blessed")
|
(name "python-blessed")
|
||||||
(version "1.17.8")
|
(version "1.17.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "blessed" version))
|
(uri (pypi-uri "blessed" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wdj342sk22hfrg0n91x2qnqsbzbiyq9y009v3pxnvfzn9bx0wbn"))
|
"1fx9lyzyaxd44jwpp9k3c0gx37xsww1q7gq01hqbf258x1dplj8d"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
;; Don't get hung up on Windows test failures.
|
;; Don't get hung up on Windows test failures.
|
||||||
(delete-file "blessed/win_terminal.py") #t))))
|
(delete-file "blessed/win_terminal.py")))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-jinxed python-six python-wcwidth))
|
(list python-jinxed python-six python-wcwidth))
|
||||||
|
|
Loading…
Reference in a new issue