summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-11 23:20:40 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:36 +0100
commitff0f8d1d64f2c8b4def09e3532166a398ed390f8 (patch)
tree0b350c7f135f5725f11870be2cbba7655f9bbd2e /gnu/packages
parent3e2832128636dc553138a7e71993973ea0e8a592 (diff)
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
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-build.scm26
1 files changed, 13 insertions, 13 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index bcac71db18f..b2191498d4e 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -825,22 +825,22 @@ reflected in the package visible to Python, without needing a reinstall.")
(define-public python-hatchling
(package
(name "python-hatchling")
- (version "1.26.1")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "hatchling" version))
- (sha256
- (base32
- "1s9lq2x5g5f24j34r7q3zp39wyqwjixfkq8vb4gxzmf5ws96b5cd"))))
+ (version "1.27.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "hatchling" version))
+ (sha256
+ (base32 "1mhzjhg7ky8npcrnbwwq30w8s73mm73m5z0j260v7aqrk1njj74p"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ;to keep dependencies to a minimum
- (propagated-inputs (list python-editables
- python-packaging-bootstrap
- python-pathspec
- python-pluggy
- python-tomli
- python-trove-classifiers))
+ (propagated-inputs
+ (list python-packaging-bootstrap
+ python-pathspec
+ python-pluggy
+ python-tomli
+ python-trove-classifiers))
(home-page "https://hatch.pypa.io/latest/")
(synopsis "Modern, extensible Python build backend")
(description "Hatch is a modern, extensible Python project manager. It