python3Packages.functions-framework: 3.10.0 -> 3.10.1

This commit is contained in:
R. Ryantm
2026-02-18 14:14:59 +00:00
parent 50a029a766
commit a0258cfc9f
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "functions-framework";
version = "3.10.0";
version = "3.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "functions-framework-python";
tag = "v${version}";
hash = "sha256-wH/6EOxdmEHq799MWcDyqdrgiurOHFFv7+cE9mWHhl0=";
hash = "sha256-CEH0PokH3lhyJl7OPIpJkaKZxAUp1fYVia89DtGoJ7k=";
};
build-system = [ setuptools ];