summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorwrobell <wrobell@riseup.net>2025-10-04 12:37:54 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-08 21:35:04 +0100
commit220bd1f077b0fec2d0a76fbd591183ebbd537a95 (patch)
tree8de8315ab7408d6f5883733f4f0769049cae0c4c /gnu
parent765ee4f74a7691cad8d723abdeebc11596ffdbbb (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3b92ace08b1..0c78c0ef628 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.