diff options
author | Leo Famulari <leo@famulari.name> | 2023-01-14 19:34:31 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-01-15 12:30:56 -0500 |
commit | 238f965c331990459a69cbc713ca951ad40e6044 (patch) | |
tree | aec863a74bb8e8479b6bbe85468a805b5a0413c7 | |
parent | 79bf3b54a64e304a29334b5029c24d942d9dc051 (diff) | |
download | guix-238f965c331990459a69cbc713ca951ad40e6044.tar.gz |
gnu: yt-dlp: Update to 2023.01.06.
* gnu/packages/video.scm (yt-dlp): Update to 2023.01.06.
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index fc430b9196..e0c16ea741 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2564,7 +2564,7 @@ YouTube.com and many more sites.") (define-public yt-dlp (package/inherit youtube-dl (name "yt-dlp") - (version "2022.11.11") + (version "2023.01.06") (source (origin (method git-fetch) @@ -2573,7 +2573,7 @@ YouTube.com and many more sites.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "00dng4x7xbxp6w76dqkfzzhf2dh3s9pgfd0axs7qar20clj717py")))) + (base32 "13kg6zsc0js4smqj6v4qpiycl9jlijj3pvp49wif6ilgv87sq7v3")))) (arguments (substitute-keyword-arguments (package-arguments youtube-dl) ((#:tests? _) (not (%current-target-system))) |