gnu: youtube-dl: Update to 2021.04.01.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 1 Apr 2021 12:17:58 +0000 (14:17 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 1 Apr 2021 12:36:00 +0000 (14:36 +0200)
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.01.

gnu/packages/video.scm

index a22b73b..4cd36cb 100644 (file)
@@ -2179,14 +2179,14 @@ To load this plugin, specify the following option when starting mpv:
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2021.03.31")
+    (version "2021.04.01")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://youtube-dl.org/downloads/latest/"
                                   "youtube-dl-" version ".tar.gz"))
               (sha256
                (base32
-                "1svcgrhq1yxpcd6k3piqs5paalrcsq9bm79h5ras1g7yjzid05gj"))
+                "1vw9l32bv115129v1lfar626y3vivvxkp36bc1phjcrsjfayz67h"))
               (snippet
                '(begin
                   ;; Delete the pre-generated files, except for the man page