Merge pull request #271456 from idlip/bump_ytmdl

ytmdl: 2023.07.27 -> 2023.11.26
This commit is contained in:
Yt 2023-12-27 11:25:51 +00:00 committed by GitHub
commit fe37b6b4c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@
python3Packages.buildPythonApplication rec {
pname = "ytmdl";
version = "2023.07.27";
version = "2023.11.26";
src = fetchPypi {
inherit pname;
version = builtins.replaceStrings [ ".0" ] [ "." ] version;
sha256 = "sha256-sBRzbUR+zqS8Zzg/uU4bjJUr/n1/tb0K6u/FVTEIRsk=";
sha256 = "sha256-Im3rQAs/TYookv6FeGpU6tJxUGBMb6/UW1ZMDg9FW4s=";
};
postPatch = ''