* [bug#72483] [PATCH] gnu: yt-dlp: Update to 2024.08.01.
@ 2024-08-06 0:49 Kjartan Oli Agustsson
0 siblings, 0 replies; only message in thread
From: Kjartan Oli Agustsson @ 2024-08-06 0:49 UTC (permalink / raw)
To: 72483; +Cc: Kjartan Oli Agustsson
* gnu/packages/video.scm (yt-dlp): Update to 2024.08.01.
Change-Id: I0dc608e27d5526fcb82d04c1118d41e729366479
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 75b8611176..ac3cb35fee 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3128,7 +3128,7 @@ (define-public youtube-dl
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2024.07.09")
+ (version "2024.08.01")
(source
(origin
(method git-fetch)
@@ -3137,7 +3137,7 @@ (define-public yt-dlp
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1zw8zaihfx6fg1l9ynwm0d4zy6k30jwi7qbq9ylsl93yg1a73js9"))))
+ (base32 "14h5mdcfizy1q92dy783lscr54yj29wsvhrf93qf5c03gs8bskmv"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))
base-commit: 6689a96ce86497299bd29f183b744116fd2d6e32
--
2.45.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-06 1:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06 0:49 [bug#72483] [PATCH] gnu: yt-dlp: Update to 2024.08.01 Kjartan Oli Agustsson
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.