guix-commits
[Top][All Lists]
Advanced

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

15/16: gnu: you-get: Update to 0.4.1040.


From: Tobias Geerinckx-Rice
Subject: 15/16: gnu: you-get: Update to 0.4.1040.
Date: Thu, 15 Mar 2018 15:30:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 35edaa22aafc01496a60a7a242a94844d5618167
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 15 20:12:57 2018 +0100

    gnu: you-get: Update to 0.4.1040.
    
    * gnu/packages/video.scm (you-get): Update to 0.4.1040.
---
 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 6c9769d..0979b4f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1276,7 +1276,7 @@ other site that youtube-dl supports.")
 (define-public you-get
   (package
     (name "you-get")
-    (version "0.4.1025")
+    (version "0.4.1040")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1285,7 +1285,7 @@ other site that youtube-dl supports.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "10103jw1gzar85jlajzl9wslk08vw21n26hkhfcz5bvkm9lxxs2c"))))
+                "0257p9bn426rv0cjk2j5hsx6cg7dz5gpjwlqq0sy1axa47phis46"))))
     (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]