unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56178] [PATCH] gnu: yt-dlp: Update to 2022.06.22.1.
@ 2022-06-24  1:55 raingloom
  2022-06-25 16:46 ` bug#56178: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: raingloom @ 2022-06-24  1:55 UTC (permalink / raw)
  To: 56178; +Cc: raingloom

* gnu/packages/video.scm (yt-dlp): Update to 2022.06.22.1.
---
 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 3f565867aa..e88c3071a3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2467,7 +2467,7 @@ (define-public youtube-dl
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2022.05.18")
+    (version "2022.06.22.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/yt-dlp/yt-dlp/"
@@ -2475,7 +2475,7 @@ (define-public yt-dlp
                                   version "/yt-dlp.tar.gz"))
               (sha256
                (base32
-                "0wiiwqj8m4z6lladmrsp9354ddwlhn2gf0b39j271001g6fyi82r"))
+                "1nr6g3dhvjc10jzhyvgjrrxqhsgi3hiw8bswp8bi6bscimd9vhps"))
               (snippet
                '(begin
                   ;; Delete the pre-generated files, except for the man page
-- 
2.36.1





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

end of thread, other threads:[~2022-06-25 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24  1:55 [bug#56178] [PATCH] gnu: yt-dlp: Update to 2022.06.22.1 raingloom
2022-06-25 16:46 ` bug#56178: " Guillaume Le Vaillant

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