emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66200: closed ([PATCH] gnu: yt-dlp: Update to 2023.09.24.)


From: GNU bug Tracking System
Subject: bug#66200: closed ([PATCH] gnu: yt-dlp: Update to 2023.09.24.)
Date: Wed, 27 Sep 2023 11:52:04 +0000

Your message dated Wed, 27 Sep 2023 12:50:57 +0100
with message-id <87pm23bzrj.fsf@cbaines.net>
and subject line Re: [bug#66200] [PATCH] gnu: yt-dlp: Update to 2023.09.24.
has caused the debbugs.gnu.org bug report #66200,
regarding [PATCH] gnu: yt-dlp: Update to 2023.09.24.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66200: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66200
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: yt-dlp: Update to 2023.09.24. Date: Mon, 25 Sep 2023 22:28:15 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#66200] [PATCH] gnu: yt-dlp: Update to 2023.09.24. Date: Wed, 27 Sep 2023 12:50:57 +0100 User-agent: mu4e 1.10.5; emacs 28.2
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]