Fabian Affolter
2025-11-15 23:19:48 +01:00
parent 9c6fce2be6
commit e3fb6018e9

View File

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