Unverified Commit 10c2e5a9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.pytado: 0.17.6 -> 0.17.7 (#353259)

parents 2981035b 52ad5f81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "pytado";
  version = "0.17.6";
  version = "0.17.7";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "wmalgadey";
    repo = "PyTado";
    rev = "refs/tags/${version}";
    hash = "sha256-KcYxUKQuO7TLS4YPg2mrBjP+DMnvZeJokGzwmeM/CvE=";
    hash = "sha256-WpGznYNVpis1pM9PRXHnQVev3JW6baUT5J9iPxwd0Uk=";
  };

  nativeBuildInputs = [ setuptools ];