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
@ -966,14 +966,14 @@ than a terminal.")
|
|||||||
(define-public python-curtsies
|
(define-public python-curtsies
|
||||||
(package
|
(package
|
||||||
(name "python-curtsies")
|
(name "python-curtsies")
|
||||||
(version "0.3.4")
|
(version "0.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "curtsies" version))
|
(uri (pypi-uri "curtsies" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"019bpf5wmng4f6ic2ykg893ypfihpfvzi6dhblcagfwbincl79ac"))))
|
"1g8dwafx4vx06isjkn28r3cwb0hw1bv67lgygaz34yk66lrzz1x5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
@ -983,7 +983,7 @@ than a terminal.")
|
|||||||
(invoke "nosetests" "-v"))))))
|
(invoke "nosetests" "-v"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-blessings" ,python-blessings)
|
`(("python-blessings" ,python-blessings)
|
||||||
("python-wcwidth" ,python-wcwidth)))
|
("python-cwcwidth" ,python-cwcwidth)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-mock" ,python-mock)
|
`(("python-mock" ,python-mock)
|
||||||
("python-pyte" ,python-pyte)
|
("python-pyte" ,python-pyte)
|
||||||
|
Loading…
Reference in New Issue
Block a user