pythonPackages.pytado: comment on missing tag

This commit is contained in:
Franz Pletz 2019-01-02 19:08:05 +01:00
parent 10d5af050f
commit 3c7bc0e95b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -7,6 +7,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "wmalgadey";
repo = pname;
# Upstream hasn't tagged this release yet. This commit fixes the build.
rev = "79a5dfdf75cd9a3e1a1ee8a8ff0d08923aebda7b";
sha256 = "14xdfw4913g4j4h576hjbigm7fiw8k0dc8s98gh2ag9xrc2ifgr0";
};