mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-hatchling: Update to 1.26.1.
* gnu/packages/python-build.scm (python-hatchling): Update to 1.26.1. Change-Id: I6fccff39fdb10f209017e8d9709b8c39baefb914
This commit is contained in:
parent
e3b89041bf
commit
d69afe6702
1 changed files with 2 additions and 2 deletions
|
@ -767,13 +767,13 @@ reflected in the package visible to Python, without needing a reinstall.")
|
|||
(define-public python-hatchling
|
||||
(package
|
||||
(name "python-hatchling")
|
||||
(version "1.14.0")
|
||||
(version "1.26.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "hatchling" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nn5cyc9fgrbawz38drfkl2s588k2gn3yqdm2cldbx9zy0fsjbj6"))))
|
||||
"1s9lq2x5g5f24j34r7q3zp39wyqwjixfkq8vb4gxzmf5ws96b5cd"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;to keep dependencies to a minimum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue