mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: python-curtsies: Update to 0.3.5.
* gnu/packages/terminals.scm (python-curtsies): Update to 0.3.5. [propagated-inputs]: Use python-cwcwidth instead of python-wcwidth.
This commit is contained in:
parent
011862f5ff
commit
5bf00ed012
1 changed files with 3 additions and 3 deletions
|
@ -966,14 +966,14 @@ (define-public python2-blessings
|
|||
(define-public python-curtsies
|
||||
(package
|
||||
(name "python-curtsies")
|
||||
(version "0.3.4")
|
||||
(version "0.3.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "curtsies" version))
|
||||
(sha256
|
||||
(base32
|
||||
"019bpf5wmng4f6ic2ykg893ypfihpfvzi6dhblcagfwbincl79ac"))))
|
||||
"1g8dwafx4vx06isjkn28r3cwb0hw1bv67lgygaz34yk66lrzz1x5"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -983,7 +983,7 @@ (define-public python-curtsies
|
|||
(invoke "nosetests" "-v"))))))
|
||||
(propagated-inputs
|
||||
`(("python-blessings" ,python-blessings)
|
||||
("python-wcwidth" ,python-wcwidth)))
|
||||
("python-cwcwidth" ,python-cwcwidth)))
|
||||
(native-inputs
|
||||
`(("python-mock" ,python-mock)
|
||||
("python-pyte" ,python-pyte)
|
||||
|
|
Loading…
Reference in a new issue