Unverified Commit 623dc671 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.google-nest-sdm: 5.0.1 -> 6.1.0 (#349916)

parents 38b6581d 0e711c55
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "google-nest-sdm";
  version = "5.0.1";
  version = "6.1.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-oooWPQ4O7+FjCzIoBwm+jgGTkG7eFwekbIAEbJh44I4=";
    hash = "sha256-ZSrC3GhcyraK+lm9EF+6R1ufk7aEgi9T+CxTTpeaNFE=";
  };

  build-system = [ setuptools ];