mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-path-bootstrap: Update to 17.1.0.
* gnu/packages/python-xyz.scm (python-path-bootstrap): Update to 17.1.0. Change-Id: I7a83d6cffb2b3818691eaae3a3c787da3c60ff72
This commit is contained in:
parent
0c0e55adb3
commit
fe6af23778
1 changed files with 2 additions and 2 deletions
|
@ -17598,13 +17598,13 @@ (define-public python-path-bootstrap
|
|||
(hidden-package
|
||||
(package
|
||||
(name "python-path-bootstrap")
|
||||
(version "16.4.0")
|
||||
(version "17.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "path" version))
|
||||
(sha256
|
||||
(base32 "0lig13gxnfv98v790db1smvsbd3mnj7y8rwyiwhfi6xiqibygwms"))))
|
||||
(base32 "1scqbwgcbisx8mb28hw789a7np953851wg6z0bbzdm519znha7nl"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f))
|
||||
|
|
Loading…
Reference in a new issue