Archived
1
0
Fork 0

gnu: bpython: Update to 0.23.

* gnu/packages/python-xyz.scm (bpython): Update to 0.23.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:00 +02:00
parent af01ce15a8
commit fea40a0ceb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -22046,13 +22046,13 @@ Included are implementations of:
(define-public bpython (define-public bpython
(package (package
(name "bpython") (name "bpython")
(version "0.21") (version "0.23")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "bpython" version)) (uri (pypi-uri "bpython" version))
(sha256 (sha256
(base32 "11wlf12nm6ggn9512y4yqs26s8gdgpx0h9ls94k7fsjgjy4rpal8")))) (base32 "0ah5giynavyh70yc0jqgmjaajv3xg5j2y7k9i3q8mi47r2mph04z"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases