diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:02 +0200 |
commit | fea40a0cebaceec6661a49c8acfbf338852b3af6 (patch) | |
tree | 1083be4df62b0078308447ae1d774fc83bb39968 /gnu/packages/python-xyz.scm | |
parent | af01ce15a858da1db6b4996769ef622ee9a21cd6 (diff) |
gnu: bpython: Update to 0.23.
* gnu/packages/python-xyz.scm (bpython): Update to 0.23.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f215f40915..32bd986a12 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22046,13 +22046,13 @@ Included are implementations of: (define-public bpython (package (name "bpython") - (version "0.21") + (version "0.23") (source (origin (method url-fetch) (uri (pypi-uri "bpython" version)) (sha256 - (base32 "11wlf12nm6ggn9512y4yqs26s8gdgpx0h9ls94k7fsjgjy4rpal8")))) + (base32 "0ah5giynavyh70yc0jqgmjaajv3xg5j2y7k9i3q8mi47r2mph04z")))) (build-system python-build-system) (arguments `(#:phases |