From 0bde2c392c543c85532e4afbf8cc0cbd0e5e0fd6 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Tue, 2 Dec 2025 23:26:44 +1100 Subject: [PATCH] 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 96d2c999d0b5304b99044eec1f81553806430bf8..74985ee9816f21f0a7b9e70c44d5c3c78981b6bf 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