guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: you-get: Update to 0.4.939.


From: Tobias Geerinckx-Rice
Subject: 02/04: gnu: you-get: Update to 0.4.939.
Date: Tue, 31 Oct 2017 20:00:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 78ab71ce1daa835a36d6a1b54f6fac69fdd91283
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Oct 31 12:43:25 2017 +0100

    gnu: you-get: Update to 0.4.939.
    
    * gnu/packages/video.scm (you-get): Update to 0.4.939.
---
 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 fa0e4f0..d46430b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1249,7 +1249,7 @@ other site that youtube-dl supports.")
 (define-public you-get
   (package
     (name "you-get")
-    (version "0.4.915")
+    (version "0.4.939")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1258,7 +1258,7 @@ other site that youtube-dl supports.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "147qf8kdxjv9003fgx50ws0rmjjq98sv11q6c3sdwd29zylaj1ql"))))
+                "1amkdfnjn2j4k7jlr7qw9mg5whd7dy6z1flh5cd0n9v3d4m7k0c5"))))
     (build-system python-build-system)
     (arguments
      ;; no tests



reply via email to

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