Skip to content

Commit

Permalink
Merge pull request #334429 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.google-nest-sdm

python312Packages.google-nest-sdm: 4.0.5 -> 4.0.6
  • Loading branch information
dotlambda authored Aug 13, 2024
2 parents dd280ed + 4b95609 commit 1ceb2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/google-nest-sdm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "google-nest-sdm";
version = "4.0.5";
version = "4.0.6";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "python-google-nest-sdm";
rev = "refs/tags/${version}";
hash = "sha256-SA2PlHiqvvbXmCg0WqehLDiIGEMDbzwbzbCX1klMHis=";
hash = "sha256-wXWnyXiaSy763eHqKYso9LnSiEWIYtoldpGqsWXIPoY=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 1ceb2c4

Please sign in to comment.