guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: youtube-dl: Update to 2018.12.17.


From: guix-commits
Subject: 01/01: gnu: youtube-dl: Update to 2018.12.17.
Date: Sat, 29 Dec 2018 15:51:19 -0500 (EST)

hoebjo pushed a commit to branch master
in repository guix.

commit 4f36d98f7b9bc0be6887d161fc97d67831e100cd
Author: Björn Höfling <address@hidden>
Date:   Sat Dec 29 21:46:45 2018 +0100

    gnu: youtube-dl: Update to 2018.12.17.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2018.12.17.
---
 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 c327c9b..322b88e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1338,7 +1338,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2018.11.07")
+    (version "2018.12.17")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://yt-dl.org/downloads/";
@@ -1346,7 +1346,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1rvc2m2kbm2kycqsa7fkcg5gql9f0w3hn1a7jg48zzl06ayggxk9"))))
+                "1nd4zr3wd35vldm775m9wcgbzma2013yyj134lcz19ipjs38isrk"))))
     (build-system python-build-system)
     (arguments
      ;; The problem here is that the directory for the man page and completion



reply via email to

[Prev in Thread] Current Thread [Next in Thread]