mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ipython: Update to 8.29.0.
* gnu/packages/python-xyz.scm (python-ipython): Update to 8.29.0. Change-Id: Id0f12c0ce404e23800b52af5dfb935691e2d7379
This commit is contained in:
parent
5c5398bd48
commit
f719b0136a
1 changed files with 2 additions and 2 deletions
|
@ -13314,7 +13314,7 @@ than the default.")
|
|||
(define-public python-ipython
|
||||
(package
|
||||
(name "python-ipython")
|
||||
(version "8.22.1")
|
||||
(version "8.29.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13323,7 +13323,7 @@ than the default.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1gpy8842sdq4wk8h5xns1k7k75wb31vvv4ycjglx4ri5kwwz44aa"))))
|
||||
(base32 "03yrq0wsi98y1v3rf7ai013xhv46i7167dccp1244sfvrsrs4962"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue