ytcc: 1.8.3 -> 1.8.4

This commit is contained in:
R. RyanTM 2020-07-24 11:53:06 +00:00 committed by Jon
parent 2e30f68141
commit 31a9392d73

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "ytcc";
version = "1.8.3";
version = "1.8.4";
src = fetchFromGitHub {
owner = "woefe";
repo = "ytcc";
rev = "v${version}";
sha256 = "0993vqbsqcnxgv5l3il432i4sqzp8ns69rnsgww872vpb4bp3cg8";
sha256 = "11gwpqmq611j07pjscch28jsrfgyzy69ph2w1miz3arqmxz7dqjp";
};
nativeBuildInputs = [ gettext ];