mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: bpython: Update to 0.24.
* gnu/packages/python-xyz.scm (bpython): Update to 0.24. [propagated-inputs]: Remove python-six. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
6d2ca5dd04
commit
b7be0a999d
1 changed files with 2 additions and 3 deletions
|
@ -23914,13 +23914,13 @@ (define-public python-typeguard
|
||||||
(define-public bpython
|
(define-public bpython
|
||||||
(package
|
(package
|
||||||
(name "bpython")
|
(name "bpython")
|
||||||
(version "0.23")
|
(version "0.24")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "bpython" version))
|
(uri (pypi-uri "bpython" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ah5giynavyh70yc0jqgmjaajv3xg5j2y7k9i3q8mi47r2mph04z"))))
|
(base32 "1g9xzl49skghd9q2a8b71gg1n97lfnj9in2kzcmzsj4cgbynywwq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -23945,7 +23945,6 @@ (define-public bpython
|
||||||
python-requests
|
python-requests
|
||||||
python-curtsies
|
python-curtsies
|
||||||
python-greenlet
|
python-greenlet
|
||||||
python-six
|
|
||||||
python-cwcwidth
|
python-cwcwidth
|
||||||
python-pyxdg
|
python-pyxdg
|
||||||
;; optional dependencies
|
;; optional dependencies
|
||||||
|
|
Loading…
Reference in a new issue