Skip to content

Commit 7d46831

Browse files
authoredMar 18, 2025
python312Packages.firebase-admin: 6.6.0 -> 6.7.0 (#390720)
2 parents 82fbcae + d40594b commit 7d46831

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/firebase-admin

1 file changed

+3
-3
lines changed
 

‎pkgs/development/python-modules/firebase-admin/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
buildPythonPackage rec {
2121
pname = "firebase-admin";
22-
version = "6.6.0";
22+
version = "6.7.0";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "firebase";
2727
repo = "firebase-admin-python";
2828
tag = "v${version}";
29-
hash = "sha256-BjYo/H5CBII9KjefhGUiEeLKBAAsnQABX+21R4pR8wE=";
29+
hash = "sha256-MQFGgWQ2YgAii+IVP/78JKU1Q7QgEvMXz5WvXGoyw7g=";
3030
};
3131

3232
build-system = [ setuptools ];
@@ -59,7 +59,7 @@ buildPythonPackage rec {
5959
meta = {
6060
description = "Firebase Admin Python SDK";
6161
homepage = "https://github.com/firebase/firebase-admin-python";
62-
changelog = "https://github.com/firebase/firebase-admin-python/releases/tag/v${version}";
62+
changelog = "https://github.com/firebase/firebase-admin-python/releases/tag/${src.tag}";
6363
license = lib.licenses.asl20;
6464
maintainers = with lib.maintainers; [ jhahn ];
6565
};

0 commit comments

Comments
 (0)
Failed to load comments.