~ruther/guix-local

0bde2c392c543c85532e4afbf8cc0cbd0e5e0fd6 — Brendan Tildesley 2 months ago e259f57
gnu: python-twisted: Update to 25.5.0.

* gnu/packages/python-xyz.scm (python-twisted): Update to 25.5.0.

Change-Id: Ib82a1e4a2a3c11724343f9f9aeaa1a95a1dbd643
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 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