[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
328/361: gnu: python-hatchling: Update to 1.26.1.
From: |
guix-commits |
Subject: |
328/361: gnu: python-hatchling: Update to 1.26.1. |
Date: |
Thu, 21 Nov 2024 06:29:44 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit cf4f4e388d461b6555adf5010621d0258bfd1a34
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 23:11:09 2024 +0000
gnu: python-hatchling: Update to 1.26.1.
* gnu/packages/python-build.scm (python-hatchling): Update to 1.26.1.
Change-Id: I6fccff39fdb10f209017e8d9709b8c39baefb914
---
gnu/packages/python-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 02bc2fef31..ab508b8bf9 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -735,13 +735,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
- 326/361: gnu: python-packaging-bootstrap: Update to 24.2., (continued)
- 326/361: gnu: python-packaging-bootstrap: Update to 24.2., guix-commits, 2024/11/21
- 333/361: gnu: python-mypy: Update to 1.13.0., guix-commits, 2024/11/21
- 329/361: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/21
- 332/361: gnu: python-jsonschema: Update to 4.23.0., guix-commits, 2024/11/21
- 349/361: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/21
- 214/361: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/11/21
- 236/361: gnu: python-lightning-utilities: Adjust inputs., guix-commits, 2024/11/21
- 266/361: gnu: python-nose-exclude: Adjust iputs., guix-commits, 2024/11/21
- 269/361: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/21
- 318/361: gnu: python-parso: Update to 0.8.4., guix-commits, 2024/11/21
- 328/361: gnu: python-hatchling: Update to 1.26.1.,
guix-commits <=
- 344/361: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/21
- 325/361: gnu: python-trove-classifiers: Update to 2024.10.21.16., guix-commits, 2024/11/21
- 343/361: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/21
- 320/361: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/21
- 354/361: gnu: python-flasgger: Update to 0.9.7.1., guix-commits, 2024/11/21