ytcc: 2.3.0 -> 2.4.1

This commit is contained in:
R. RyanTM 2021-09-26 12:02:38 +00:00
parent 0435e9318d
commit e7d2416831

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "ytcc";
version = "2.3.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "woefe";
repo = "ytcc";
rev = "v${version}";
sha256 = "1q0w3b7r93416s28qra608n0d7cjh95nwkzgg23z5hp5sq3w3izr";
sha256 = "00fx1zlfz4gj46ahgvawc21rx6s49qrzd8am3p2yzmc12ibfqyhv";
};
nativeBuildInputs = [ gettext ];