python310Packages.pytado: remove stale comment

This commit is contained in:
Fabian Affolter 2023-08-31 09:19:27 +02:00 committed by GitHub
parent cd6cdb001b
commit 85fe456b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "wmalgadey";
repo = "PyTado";
# Upstream hasn't tagged 0.13.0 yet
rev = "refs/tags/${version}";
sha256 = "sha256-w1qtSEpnZCs7+M/0Gywz9AeMxUzz2csHKm9SxBKzmz4=";
};