From 220bd1f077b0fec2d0a76fbd591183ebbd537a95 Mon Sep 17 00:00:00 2001 From: wrobell Date: Sat, 4 Oct 2025 12:37:54 +0100 Subject: [PATCH] gnu: python-blacksheep: Update to 2.4.2. * gnu/packages/python-web.scm (python-blacksheep): Update to 2.4.2. Change-Id: Iaa97a5429976bffbe6c04340fa8de732eb096714 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-web.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3b92ace08b16b4678557c24a179431b28a6660a6..0c78c0ef628af5f20ba0c474cdda5d002a978048 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -254,7 +254,7 @@ SNS, Gotify, etc.") (define-public python-blacksheep (package (name "python-blacksheep") - (version "2.4.1") + (version "2.4.2") (source (origin (method git-fetch) @@ -263,11 +263,11 @@ SNS, Gotify, etc.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0znkqj4cipdr1qdsdlbb48b82cpvj24dqiwi0nyiy50b8nd7g5np")))) + (base32 "0v9pkg3ffxxcdc8ynjjh5fgis5m49m65sbrgcrghmz0xkik5ny5w")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 1609 passed, 3 skipped + ;; tests: 1675 passed, 3 skipped ;; ;; Run all unit tests, but do not run integration tests from `itests` ;; directory.