nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

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