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

Previous Next

Package: guix-patches;

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

Date: Mon, 10 Feb 2025 19:13:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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#76183: closed (Re: [bug#76183] [PATCH] gnu: yt-dlp: Update to
 2025.01.26.)
Date: Tue, 11 Feb 2025 12:40:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76183: [PATCH] gnu: yt-dlp: Update to 2025.01.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 76183 <at> debbugs.gnu.org.

-- 
76183: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76183
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Timo Wilken <guix <at> twilken.net>
Cc: 76183-done <at> debbugs.gnu.org
Subject: Re: [bug#76183] [PATCH] gnu: yt-dlp: Update to 2025.01.26.
Date: Tue, 11 Feb 2025 20:43:30 +0800
> * gnu/packages/video.scm (yt-dlp): Update to 2025.01.26.

Pushed to master now, thanks.

[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.01.26.
Date: Mon, 10 Feb 2025 20:11:54 +0100
From: Timo Wilken <git <at> twilken.net>

* gnu/packages/video.scm (yt-dlp): Update to 2025.01.26.

Change-Id: I4fd551fbc95fb6c1d108753ac210a3bc94daa359
---
 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 89683553cf..ce18e70a39 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3168,7 +3168,7 @@ (define-public youtube-dl
 (define-public yt-dlp
   (package
     (name "yt-dlp")
-    (version "2025.01.15")
+    (version "2025.01.26")
     (source
      (origin
        (method git-fetch)
@@ -3180,7 +3180,7 @@ (define-public yt-dlp
        (snippet '(substitute* "pyproject.toml"
                    (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
        (sha256
-        (base32 "1f9pp1d77x39xl4lwwqmijgv1ky7ycm0qh45ki4394j30fa4dm3p"))))
+        (base32 "14xkh605flfghrlscf2if8lx4w55pb3xjws1qr3979fl5g4g4fvf"))))
     (build-system pyproject-build-system)
     (arguments
      `(#:tests? ,(not (%current-target-system))
-- 
2.48.1




This bug report was last modified 121 days ago.

Previous Next


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