python313Packages.functions-framework: 3.9.2 -> 3.10.0 (#462062)

This commit is contained in:
Fabian Affolter
2025-11-15 23:40:23 +00:00
committed by GitHub

View File

@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "functions-framework";
version = "3.9.2";
version = "3.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "functions-framework-python";
tag = "v${version}";
hash = "sha256-TvC+URJtsquBX/5F5Z2Nw/4sD3hsvF2c/jlv87lGjfM=";
hash = "sha256-wH/6EOxdmEHq799MWcDyqdrgiurOHFFv7+cE9mWHhl0=";
};
build-system = [ setuptools ];