summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2025-07-01 11:37:41 +0900
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:55 +0100
commit6416a324d736aa0359ce12d81bbb0bbd20708db2 (patch)
tree63965fb348ecdb8cb324799746e8dfc30b5d0c5f
parent4af6c9fa780fb8ccf76dd2d9f26c571b955c5a11 (diff)
gnu: python-flit: Update to 3.12.0.
* gnu/packages/python-xyz.scm (python-flit): Update to 3.12.0. Change-Id: I24833e303dcda9613b2ab76761b29347a603d0dc
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 48c5a95979..bf722414f5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32162,13 +32162,13 @@ essential tools are located.")
(define-public python-flit
(package
(name "python-flit")
- (version "3.8.0") ;same as python-flit-core
+ (version "3.12.0") ;same as python-flit-core
(source
(origin
(method url-fetch)
(uri (pypi-uri "flit" version))
(sha256
- (base32 "0dz9sp2zlhkmk6sm5gapbbb30f7xq3n3jn5zxx5pkp25ppsaiwnh"))))
+ (base32 "0h1pxi2hgr95321bgl45l86693zl14l3shj0idsyg4k9v56z700w"))))
(build-system pyproject-build-system)
(arguments
(list