unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66200] [PATCH] gnu: yt-dlp: Update to 2023.09.24.
@ 2023-09-25 20:28 pinoaffe
  2023-09-27 11:50 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: pinoaffe @ 2023-09-25 20:28 UTC (permalink / raw)
  To: 66200; +Cc: pinoaffe

* gnu/packages/video.scm (yt-dlp): Update to 2023.09.24.
---
 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 e366f0d2e0..b98a84e90e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2602,7 +2602,7 @@ (define-public youtube-dl
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2023.07.06")
+    (version "2023.09.24")
     (source
      (origin
        (method git-fetch)
@@ -2611,7 +2611,7 @@ (define-public yt-dlp
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14g3qc3j4px5jiv292yj5hh8vxlnnd5bzvsq7h37jvhmrn5r4bsw"))))
+        (base32 "15ngsg3cadf2bv700fa1k5az5xpsm0wqr0cixbz8fcbhwdflfq6f"))))
     (arguments
      (substitute-keyword-arguments (package-arguments youtube-dl)
        ((#:tests? _) (not (%current-target-system)))

base-commit: 445a0359083388b5ee686e6e855f94a3aac5f79c
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#66200] [PATCH] gnu: yt-dlp: Update to 2023.09.24.
  2023-09-25 20:28 [bug#66200] [PATCH] gnu: yt-dlp: Update to 2023.09.24 pinoaffe
@ 2023-09-27 11:50 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-09-27 11:50 UTC (permalink / raw)
  To: pinoaffe; +Cc: 66200-done, 66200

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]


pinoaffe <pinoaffe@gmail.com> writes:

> * gnu/packages/video.scm (yt-dlp): Update to 2023.09.24.
> ---
>  gnu/packages/video.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
3fe9a30e9457de164de95966fceaa75aec38b938.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-27 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-25 20:28 [bug#66200] [PATCH] gnu: yt-dlp: Update to 2023.09.24 pinoaffe
2023-09-27 11:50 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).