From 19dcdad21bf452190c49b5e88f8bfc3af663b8d9 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 2 Jun 2026 23:06:08 +0300 Subject: [PATCH] python-uvicorn: bump to 0.48.0 Refresh sha256 from PyPI sdist. Signed-off-by: Alexandru Ardelean --- lang/python/python-uvicorn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-uvicorn/Makefile b/lang/python/python-uvicorn/Makefile index a512406fed..96404d0d1e 100644 --- a/lang/python/python-uvicorn/Makefile +++ b/lang/python/python-uvicorn/Makefile @@ -3,11 +3,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-uvicorn -PKG_VERSION:=0.46.0 +PKG_VERSION:=0.48.0 PKG_RELEASE:=1 PYPI_NAME:=uvicorn -PKG_HASH:=fb9da0926999cc6cb22dc7cd71a94a632f078e6ae47ff683c5c420750fb7413d +PKG_HASH:=a5504207195d08c2511bf9125ede5ac4a4b71725d519e758d01dcf0bc2d31c37 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=BSD-3-Clause