1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
wrobell
2025-10-04 12:37:54 +01:00
committed by Sharlatan Hellseher
parent 765ee4f74a
commit 220bd1f077

View File

@@ -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.