guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: you-get: Update to 0.4.1025.


From: Rutger Helling
Subject: 01/01: gnu: you-get: Update to 0.4.1025.
Date: Fri, 23 Feb 2018 02:50:34 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit 6ac6055aa27ae0c628696539ca695c515f05e97f
Author: Rutger Helling <address@hidden>
Date:   Fri Feb 23 08:47:05 2018 +0100

    gnu: you-get: Update to 0.4.1025.
    
    * gnu/packages/video.scm (you-get): Update to 0.4.1025.
---
 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 9d63de3..bf7a396 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1275,7 +1275,7 @@ other site that youtube-dl supports.")
 (define-public you-get
   (package
     (name "you-get")
-    (version "0.4.1011")
+    (version "0.4.1025")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1284,7 +1284,7 @@ other site that youtube-dl supports.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0cdbh5w0chw3dlrwizm91l6sgkkzy7p6h0072dai4xbw5zgld31k"))))
+                "10103jw1gzar85jlajzl9wslk08vw21n26hkhfcz5bvkm9lxxs2c"))))
     (build-system python-build-system)
     (inputs
      `(("ffmpeg" ,ffmpeg)))             ; for multi-part and >=1080p videos



reply via email to

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