gnu: bpython: Update to 0.18.
* gnu/packages/python-xyz.scm (bpython): Update to 0.18.
This commit is contained in:
parent
d2e1a0ac92
commit
4de93b2fbc
1 changed files with 4 additions and 5 deletions
|
@ -14854,14 +14854,13 @@ Included are implementations of:
|
||||||
(define-public bpython
|
(define-public bpython
|
||||||
(package
|
(package
|
||||||
(name "bpython")
|
(name "bpython")
|
||||||
(version "0.17.1")
|
(version "0.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "bpython" version))
|
(uri (pypi-uri "bpython" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1hl6frgvr2lqaxqczl8amg9xih32b3gzv429vs0qrjb8wpdj1k2n"))))
|
||||||
"0bxhxi5zxdkrf8b4gwn0d363kdz3qnypjwhm1aydki53ph8ca1w9"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -14884,10 +14883,10 @@ Included are implementations of:
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pygments" ,python-pygments)
|
`(("python-pygments" ,python-pygments)
|
||||||
("python-requests" ,python-requests)
|
("python-requests" ,python-requests)
|
||||||
("python-babel" ,python-babel) ; optional, for internationalization
|
("python-babel" ,python-babel) ; optional, for internationalization
|
||||||
("python-curtsies" ,python-curtsies) ; >= 0.1.18
|
("python-curtsies" ,python-curtsies) ; >= 0.1.18
|
||||||
("python-greenlet" ,python-greenlet)
|
("python-greenlet" ,python-greenlet)
|
||||||
("python-urwid" ,python-urwid) ; for bpython-urwid only
|
("python-urwid" ,python-urwid) ; for bpython-urwid only
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-sphinx" ,python-sphinx)
|
`(("python-sphinx" ,python-sphinx)
|
||||||
|
|
Reference in a new issue