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:
Sharlatan Hellseher 2024-11-11 23:11:09 +00:00
parent e3b89041bf
commit d69afe6702
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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