Skip to content

Commit 623dc67

Browse files
authored
python312Packages.google-nest-sdm: 5.0.1 -> 6.1.0 (#349916)
2 parents 38b6581 + 0e711c5 commit 623dc67

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-nest-sdm

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-nest-sdm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "google-nest-sdm";
21-
version = "5.0.1";
21+
version = "6.1.0";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.10";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "allenporter";
2828
repo = "python-google-nest-sdm";
2929
rev = "refs/tags/${version}";
30-
hash = "sha256-oooWPQ4O7+FjCzIoBwm+jgGTkG7eFwekbIAEbJh44I4=";
30+
hash = "sha256-ZSrC3GhcyraK+lm9EF+6R1ufk7aEgi9T+CxTTpeaNFE=";
3131
};
3232

3333
build-system = [ setuptools ];

0 commit comments

Comments
 (0)