Merge pull request #337064 from fabaff/google-nest-sdm-bump

python312Packages.google-nest-sdm: 4.0.7 -> 5.0.0
This commit is contained in:
Fabian Affolter 2024-08-25 09:42:22 +02:00 committed by GitHub
commit 3f8ba3a255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "google-nest-sdm";
version = "4.0.7";
version = "5.0.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "python-google-nest-sdm";
rev = "refs/tags/${version}";
hash = "sha256-jnTsr29XRDvFEiHQxPMS419O0OB5z+Z17vl6g0K125s=";
hash = "sha256-1jN3X7Cxh2yX58Hup89bW16mc8F/C3CsUcz91FZHo70=";
};
build-system = [ setuptools ];