guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0bde2c392c543c85532e4afbf8cc0cbd0e5e0fd6
Author: Brendan Tildesley <[email protected]>
AuthorDate: Tue Dec 2 23:26:44 2025 +1100

    gnu: python-twisted: Update to 25.5.0.
    
    * gnu/packages/python-xyz.scm (python-twisted): Update to 25.5.0.
    
    Change-Id: Ib82a1e4a2a3c11724343f9f9aeaa1a95a1dbd643
---
 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 96d2c999d0..74985ee981 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38482,7 +38482,7 @@ their files and supports any packaging format 
(including wheels).")
 (define-public python-twisted
   (package
     (name "python-twisted")
-    (version "24.11.0")
+    (version "25.5.0")
     (source
      (origin
        (method git-fetch)
@@ -38491,7 +38491,7 @@ their files and supports any packaging format 
(including wheels).")
               (commit (string-append "twisted-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0k4rd5bpx40j1k0mgbhzqa35dyni0kk7pxjr8x3pm1iaka1718rh"))))
+        (base32 "07v2ssr2s6zcj2r6nvp28x7i3awjb6k8gz0mi4wg606gw4kdgxsk"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to