GNU bug report logs - #77319
[PATCH] gnu: yt-dlp: Update to 2025.03.26.

Previous Next

Package: guix-patches;

Reported by: Timo Wilken <guix <at> twilken.net>

Date: Thu, 27 Mar 2025 19:19:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Timo Wilken <guix <at> twilken.net>
Subject: bug#77319: closed (Re: QA review for 77319)
Date: Sat, 29 Mar 2025 09:48:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77319: [PATCH] gnu: yt-dlp: Update to 2025.03.26.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77319 <at> debbugs.gnu.org.

-- 
77319: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77319
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Nicolas Graves <ngraves <at> ngraves.fr>
Cc: 77319-done <at> debbugs.gnu.org, Timo Wilken <guix <at> twilken.net>
Subject: Re: QA review for 77319
Date: Sat, 29 Mar 2025 10:47:25 +0100
Pushed, thanks for the patch and the review!

Andreas


[Message part 3 (message/rfc822, inline)]
From: Timo Wilken <guix <at> twilken.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: yt-dlp: Update to 2025.03.26.
Date: Thu, 27 Mar 2025 20:17:11 +0100
* gnu/packages/video.scm (yt-dlp): Update to 2025.03.26.

Change-Id: I3e215156688ccf13ca86142d9758a1e52a898096
---
 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 9ad8262b985..fa7024e7590 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3169,7 +3169,7 @@ (define-public youtube-dl
 (define-public yt-dlp
   (package
     (name "yt-dlp")
-    (version "2025.02.19")
+    (version "2025.03.26")
     (source
      (origin
        (method git-fetch)
@@ -3181,7 +3181,7 @@ (define-public yt-dlp
        (snippet '(substitute* "pyproject.toml"
                    (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
        (sha256
-        (base32 "10xgvvrsvhajrjfq512hjfg7kfcab4cbnhnl5lm6ispgpbv03n52"))))
+        (base32 "0a29jdmwnbqfr34ilfm74hrvh33l4iv11ls2fm64kbjp6pp9z22d"))))
     (build-system pyproject-build-system)
     (arguments
      `(#:tests? ,(not (%current-target-system))
-- 
2.49.0




This bug report was last modified 56 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.