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

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Wed, 18 Dec 2024 16:47:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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: ashish.is <at> lostca.se
Subject: bug#74947: closed (Re: [bug#74947] [PATCH] gnu: yt-dlp: Update to
 2024.12.13.)
Date: Wed, 18 Dec 2024 21:53:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74947: [PATCH] gnu: yt-dlp: Update to 2024.12.13.

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 74947 <at> debbugs.gnu.org.

-- 
74947: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74947
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: "ashish.is--- via Guix-patches via" <guix-patches <at> gnu.org>
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>, 74947-done <at> debbugs.gnu.org
Subject: Re: [bug#74947] [PATCH] gnu: yt-dlp: Update to 2024.12.13.
Date: Wed, 18 Dec 2024 16:52:11 -0500
On Wed, Dec 18, 2024 at 05:45:49PM +0100, ashish.is--- via Guix-patches via wrote:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
> 
> * gnu/packages/video.scm (yt-dlp): Update to 2024.12.13.

Thanks! Pushed as a9a944a49771945af7486d96bf63b814722bc301

[Message part 3 (message/rfc822, inline)]
From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: yt-dlp: Update to 2024.12.13.
Date: Wed, 18 Dec 2024 17:45:49 +0100
From: Ashish SHUKLA <ashish.is <at> lostca.se>

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

Change-Id: I9aaf05b55c5f5e8fd07616945dc5b4bfde1573b2
---
 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 0cf7f19ea7..fc7f930df0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3167,7 +3167,7 @@ (define-public youtube-dl
 (define-public yt-dlp
   (package
     (name "yt-dlp")
-    (version "2024.11.18")
+    (version "2024.12.13")
     (source
      (origin
        (method git-fetch)
@@ -3179,7 +3179,7 @@ (define-public yt-dlp
        (snippet '(substitute* "pyproject.toml"
                    (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
        (sha256
-        (base32 "019wkjbjcdsf56sk5ihnkprp02a80vkja448iwps1illzb5jp52f"))))
+        (base32 "1659zblb5a06g033161s3qdndcafkkkz3zcm05vdk1zcjca9drbk"))))
     (build-system pyproject-build-system)
     (arguments
      `(#:tests? ,(not (%current-target-system))

base-commit: 7c1199828b149746a555f78df47c552dd0aca885
-- 
2.47.1




This bug report was last modified 246 days ago.

Previous Next


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