This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch next-master
in repository guix.
The following commit(s) were added to refs/heads/next-master by this push:
new b1de93f0ba gnu: python-blacksheep: Update to 2.4.6.
b1de93f0ba is described below
commit b1de93f0baf60bdc7849e6ae9155c41200887421
Author: wrobell <[email protected]>
AuthorDate: Tue Jan 13 19:18:39 2026 +0000
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 <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-web.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f75e1bfd1a..a2a1122739 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -84,7 +84,7 @@
;;; Copyright © 2025 Jake Forster <[email protected]>
;;; Copyright © 2025 Janneke Nieuwenhuizen <[email protected]>
;;; Copyright © 2025 Hugo Buddelmeijer <[email protected]>
-;;; Copyright © 2025 Artur Wroblewski <[email protected]>
+;;; Copyright © 2025-2026 Artur Wroblewski <[email protected]>
;;; Copyright © 2025 Allan Adair <[email protected]>
;;; Copyright © 2025 Aaron Covrig <[email protected]>
;;;
@@ -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.