~ruther/guix-local

d00b6b46fd4b7c9bd3503dafc440aab598c50969 — wrobell 3 months ago ad30879
gnu: python-blacksheep: Update to 2.4.6.

This version fixes

    https://github.com/Neoteroi/BlackSheep/issues/646,

which fixes build with Cython 3.2.x. See also

    https://github.com/cython/cython/issues/7436

* gnu/packages/python-web.scm (python-blacksheep): Update to 2.4.6.

Change-Id: I806c921823a7ee7ce8e5db148a36aa142835573a
Reviwed-by: Nguyễn Gia Phong <cnx@loang.net>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +4 -4
@@ 84,7 84,7 @@
;;; Copyright © 2025 Jake Forster <jakecameron.forster@gmail.com>
;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2025 Hugo Buddelmeijer <hugo@buddelmeijer.nl>
;;; Copyright © 2025 Artur Wroblewski <wrobell@riseup.net>
;;; Copyright © 2025-2026 Artur Wroblewski <wrobell@riseup.net>
;;; Copyright © 2025 Allan Adair <allan@adair.no>
;;; Copyright © 2025 Aaron Covrig <aaron.covrig.us@ieee.org>
;;;


@@ 339,7 339,7 @@ JSON APIs with Behave.")
(define-public python-blacksheep
  (package
    (name "python-blacksheep")
    (version "2.4.5")
    (version "2.4.6")
    (source
     (origin
       (method git-fetch)


@@ 348,11 348,11 @@ JSON APIs with Behave.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "02lfa75p8phdw3pi9c4n4fr3pmkyi3rdp6mqgz9xhq58g9blpddx"))))
        (base32 "120q6hrhfjxdsqav8h5z8yqfi0iiacwxbkryjk7kb20ic2879vqh"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; tests: 1799 passed
      ;; tests: 1821 passed
      ;;
      ;; Run all unit tests, but do not run integration tests from `itests`
      ;; directory.