mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-hatchling: Update to 1.27.0.
* gnu/packages/python-build.scm (python-hatchling): Update to 1.27.0. [propagated-inputs]: Remove python-editables. Change-Id: Ief8429d7044f4f8fd6a2b35faf70d77e50e6d92e
This commit is contained in:
parent
3e28321286
commit
ff0f8d1d64
1 changed files with 13 additions and 13 deletions
|
@ -825,18 +825,18 @@ reflected in the package visible to Python, without needing a reinstall.")
|
||||||
(define-public python-hatchling
|
(define-public python-hatchling
|
||||||
(package
|
(package
|
||||||
(name "python-hatchling")
|
(name "python-hatchling")
|
||||||
(version "1.26.1")
|
(version "1.27.0")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "hatchling" version))
|
(uri (pypi-uri "hatchling" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1mhzjhg7ky8npcrnbwwq30w8s73mm73m5z0j260v7aqrk1njj74p"))))
|
||||||
"1s9lq2x5g5f24j34r7q3zp39wyqwjixfkq8vb4gxzmf5ws96b5cd"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f)) ;to keep dependencies to a minimum
|
(list #:tests? #f)) ;to keep dependencies to a minimum
|
||||||
(propagated-inputs (list python-editables
|
(propagated-inputs
|
||||||
python-packaging-bootstrap
|
(list python-packaging-bootstrap
|
||||||
python-pathspec
|
python-pathspec
|
||||||
python-pluggy
|
python-pluggy
|
||||||
python-tomli
|
python-tomli
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue