aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2024-11-04 10:21:08 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-11-18 20:25:26 +0000
commite881cc5606f1c3902037d39373ae37b918d5a968 (patch)
tree3344bbe7523a960c596a0a03e3b66153aab8ea62 /gnu/packages/video.scm
parent47b792658ee232b6d59a14fcf43d0309cb0d5000 (diff)
downloadguix-e881cc5606f1c3902037d39373ae37b918d5a968.tar.gz
guix-e881cc5606f1c3902037d39373ae37b918d5a968.zip
gnu: yt-dlp: Update to 2024.11.18.
* gnu/packages/video.scm (yt-dlp): Update to 2024.11.18. Change-Id: Id7f1b69e4e19153ca5cac81f4a72ed6f16d89356 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9e59b20dbc..ca1c2cad71 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3169,7 +3169,7 @@ YouTube.com and many more sites.")
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2024.10.22")
+ (version "2024.11.18")
(source
(origin
(method git-fetch)
@@ -3181,7 +3181,7 @@ YouTube.com and many more sites.")
(snippet '(substitute* "pyproject.toml"
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
(sha256
- (base32 "1gw19f4h71vlchljg08g5l8sd60gmflbdpxz2vsinxzkmqvrqnra"))))
+ (base32 "019wkjbjcdsf56sk5ihnkprp02a80vkja448iwps1illzb5jp52f"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))