Merge pull request #197327 from marsam/update-ytcc

ytcc: 2.6.0 -> 2.6.1
This commit is contained in:
Mario Rodas 2022-10-23 09:21:57 -05:00 committed by GitHub
commit 82a2bcc172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "ytcc";
version = "2.6.0";
version = "2.6.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "woefe";
repo = "ytcc";
rev = "v${version}";
sha256 = "sha256-NTG7CtmlJzrhgr/JRSQ1jjSpJEm+PlF67PlEbPNihFE=";
sha256 = "sha256-pC2uoog+nev/Xa6UbXX4vX00VQQLHtZzbVkxrxO/Pg8=";
};
nativeBuildInputs = [ gettext installShellFiles ];