diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-04 09:03:08 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:35 +0100 |
commit | 4e1bff407bae06575e00e399057cc130d9abb0f7 (patch) | |
tree | 7f17d7a8fc082e0faa61bf62cb4027f63a07578a /gnu | |
parent | c8d727e10d14324952fabeb8c096758afb806e08 (diff) |
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
Diffstat (limited to 'gnu')
-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 27b205e645..604922ffed 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17598,13 +17598,13 @@ domains support.") (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)) |