summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorwrobell <wrobell@riseup.net>2026-06-10 19:02:10 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-06-12 12:59:39 +0100
commit2a5348bec4295a6bf79f304fde81a3a09d871b17 (patch)
tree35c203f43dc5fd666d0b6c4acb899be87a7df8ca /gnu/packages
parent2ba7c3ee6d5288381d7581a3588dbded4290edd4 (diff)
gnu: python-blacksheep: Update to 2.6.3.
* gnu/packages/python-web.scm (python-blacksheep): Update to 2.6.3. [native-inputs] Add python-defusedxml and python-starlette. Merges: guix/guix!9226 Change-Id: I78d03c8200ea3faab6fb8db9f7281740cee72617 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3eb7fecede9..99f0b1e09e9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -470,7 +470,7 @@ JSON APIs with Behave.")
470(define-public python-blacksheep 470(define-public python-blacksheep
471 (package 471 (package
472 (name "python-blacksheep") 472 (name "python-blacksheep")
473 (version "2.4.6") 473 (version "2.6.3")
474 (source 474 (source
475 (origin 475 (origin
476 (method git-fetch) 476 (method git-fetch)
@@ -479,7 +479,7 @@ JSON APIs with Behave.")
479 (commit (string-append "v" version)))) 479 (commit (string-append "v" version))))
480 (file-name (git-file-name name version)) 480 (file-name (git-file-name name version))
481 (sha256 481 (sha256
482 (base32 "120q6hrhfjxdsqav8h5z8yqfi0iiacwxbkryjk7kb20ic2879vqh")))) 482 (base32 "1k6yqsqnh6nnhi8z5v2yqpxs7qsk35zwd7gcr7cdh825f2vrl7js"))))
483 (build-system pyproject-build-system) 483 (build-system pyproject-build-system)
484 (arguments 484 (arguments
485 (list 485 (list
@@ -500,13 +500,15 @@ JSON APIs with Behave.")
500 (native-inputs 500 (native-inputs
501 (list nss-certs-for-test 501 (list nss-certs-for-test
502 python-cython 502 python-cython
503 python-defusedxml
503 python-flask 504 python-flask
504 python-jinja2 505 python-jinja2
505 python-pydantic 506 python-pydantic
506 python-pyjwt 507 python-pyjwt
507 python-pytest 508 python-pytest
508 python-pytest-asyncio 509 python-pytest-asyncio
509 python-setuptools)) 510 python-setuptools
511 python-starlette))
510 (propagated-inputs 512 (propagated-inputs
511 (list python-certifi 513 (list python-certifi
512 python-essentials 514 python-essentials