yewtube: 2.10.4 -> 2.10.5

Diff: https://github.com/mps-youtube/yewtube/compare/refs/tags/v2.10.4...v2.10.5
This commit is contained in:
Francesco Gazzetta 2023-08-29 09:25:22 +02:00
parent 17544589b0
commit 437d20694c

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "yewtube";
version = "2.10.4";
version = "2.10.5";
src = fetchFromGitHub {
owner = "mps-youtube";
repo = "yewtube";
rev = "refs/tags/v${version}";
hash = "sha256-v0ePyY+7GUlnv1WLKn7GuIv+A2QdXObRnTyMkk5hI1U=";
hash = "sha256-a7ySRHSRHmQePaVV7HnCk8QsiAQfN4nCVRdamPMUHGo=";
};
postPatch = ''