unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61585] [PATCH] gnu: yt-dlp: Update to 2023.02.17.
@ 2023-02-17 20:37 Morgan.J.Smith
  2023-02-17 22:20 ` bug#61585: " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2023-02-17 20:37 UTC (permalink / raw)
  To: 61585; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

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

youtube changed some stuff upstream and yt-dlp stopped working recently for
youtube.com.  I've tested this change locally and it fixes the issue

 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 df70ed6473..a345227391 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2565,7 +2565,7 @@ (define-public youtube-dl
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2023.01.06")
+    (version "2023.02.17")
     (source
      (origin
        (method git-fetch)
@@ -2574,7 +2574,7 @@ (define-public yt-dlp
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13kg6zsc0js4smqj6v4qpiycl9jlijj3pvp49wif6ilgv87sq7v3"))))
+        (base32 "08m626ij0jij5vbvfbbalwr97jdhl1n2w2cwwgbj5a4s7vhvp84x"))))
     (arguments
      (substitute-keyword-arguments (package-arguments youtube-dl)
        ((#:tests? _) (not (%current-target-system)))
-- 
2.39.1





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

* bug#61585: gnu: yt-dlp: Update to 2023.02.17.
  2023-02-17 20:37 [bug#61585] [PATCH] gnu: yt-dlp: Update to 2023.02.17 Morgan.J.Smith
@ 2023-02-17 22:20 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2023-02-17 22:20 UTC (permalink / raw)
  To: 61585-done

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

Thanks!  Pushed.

Kind regards,

T G-R

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

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

end of thread, other threads:[~2023-02-17 22:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-17 20:37 [bug#61585] [PATCH] gnu: yt-dlp: Update to 2023.02.17 Morgan.J.Smith
2023-02-17 22:20 ` bug#61585: " Tobias Geerinckx-Rice via Guix-patches via

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).