python3Packages.google-nest-sdm: 9.1.0 -> 9.1.1 (#466940)

This commit is contained in:
dotlambda
2025-12-02 04:42:34 +00:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "google-nest-sdm";
version = "9.1.0";
version = "9.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "allenporter";
repo = "python-google-nest-sdm";
tag = version;
hash = "sha256-BvyflbmtgLSRaAc465bN+5AcPwum0UBsSAWzwvelwIk=";
hash = "sha256-qbw5KryI/h+uBddFrYBCQHXxFAhXR1SHdkuIeUKxbVw=";
};
build-system = [ setuptools ];