guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit cf906886977c81163cfafd3fc4aac3128c7e64ff
Author: Nguyễn Gia Phong <mcsi...@disroot.org>
AuthorDate: Tue Jul 1 11:37:41 2025 +0900

    gnu: python-flit: Update to 3.12.0.
    
    * gnu/packages/python-xyz.scm (python-flit): Update to 3.12.0.
    
    Change-Id: I24833e303dcda9613b2ab76761b29347a603d0dc
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0c90696609..5e28ca5fd9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32414,13 +32414,13 @@ the syntactic logic to configure and launch jobs in 
an execution environment.")
 (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

Reply via email to