python3Packages.functions-framework: 3.8.3 -> 3.9.2

https://github.com/GoogleCloudPlatform/functions-framework-python/blob/v3.9.2/CHANGELOG.md

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
functions-framework
+2 -2
pkgs/development/python-modules/functions-framework/default.nix
···
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "functions-framework-python";
-
rev = "v${version}";
hash = "sha256-TvC+URJtsquBX/5F5Z2Nw/4sD3hsvF2c/jlv87lGjfM=";
};
···
meta = {
description = "FaaS (Function as a service) framework for writing portable Python functions";
homepage = "https://github.com/GoogleCloudPlatform/functions-framework-python";
-
changelog = "https://github.com/GoogleCloudPlatform/functions-framework-python/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};
···
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "functions-framework-python";
+
tag = "v${version}";
hash = "sha256-TvC+URJtsquBX/5F5Z2Nw/4sD3hsvF2c/jlv87lGjfM=";
};
···
meta = {
description = "FaaS (Function as a service) framework for writing portable Python functions";
homepage = "https://github.com/GoogleCloudPlatform/functions-framework-python";
+
changelog = "https://github.com/GoogleCloudPlatform/functions-framework-python/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};