python3Packages.sanic-ext: 24.12.0 -> 25.12.0

https://github.com/sanic-org/sanic-ext/releases/tag/v25.12.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:50 +01:00
parent 4757623bae
commit af5c932a77
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "sanic-ext";
version = "24.12.0";
version = "25.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "sanic-org";
repo = "sanic-ext";
tag = "v${version}";
hash = "sha256-H1tqiPQ4SwlNGj7GtB2h7noZpU+gbGXIbmRK1TSSqVA=";
hash = "sha256-h1yN5VYFPFUZoeZeJ6+CfGE3m/5zz+/G3BbetDKtZAo=";
};
build-system = [ setuptools ];