diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2024-08-18 10:08:54 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2024-08-20 23:42:52 +0200 |
commit | 9f066c813b87e7e78b7c49aad500a6a951d0f353 (patch) | |
tree | 64124fa5b43b294eb2d3b8c3a739296b8d4ab618 /gnu/packages/video.scm | |
parent | 65d257a71783b8993e0d871b21a96eb836ed243b (diff) | |
download | guix-9f066c813b87e7e78b7c49aad500a6a951d0f353.tar.gz guix-9f066c813b87e7e78b7c49aad500a6a951d0f353.zip |
gnu: yt-dlp: Update to 2024.08.06.
* gnu/packages/video.scm (yt-dlp): Update to 2024.08.06.
Change-Id: I451fb4a10130f4640aeaf1da3b056d0dc0ee3b28
Diffstat (limited to 'gnu/packages/video.scm')
-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 f1087994fd..9cd67ba694 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3128,7 +3128,7 @@ YouTube.com and many more sites.") (define-public yt-dlp (package (name "yt-dlp") - (version "2024.07.09") + (version "2024.08.06") (source (origin (method git-fetch) @@ -3137,7 +3137,7 @@ YouTube.com and many more sites.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1zw8zaihfx6fg1l9ynwm0d4zy6k30jwi7qbq9ylsl93yg1a73js9")))) + (base32 "0k44p1a9nckj7m6gxz7zggci0iihflivxvkh9l8wwbnsfvqhyfrn")))) (build-system pyproject-build-system) (arguments `(#:tests? ,(not (%current-target-system)) |