3
0
Fork 0
forked from mirrors/nixpkgs

ytcc: 1.8.2 -> 1.8.3

This commit is contained in:
R. RyanTM 2020-03-21 06:11:02 +00:00 committed by Jon
parent 06b4333891
commit 0d8cd0861a

View file

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