guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: you-get: Update to 0.4.964.


From: Leo Famulari
Subject: 01/04: gnu: you-get: Update to 0.4.964.
Date: Tue, 21 Nov 2017 12:57:42 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 760e504dcbef1b9a89e18c8ddb2689b500ff86eb
Author: Rutger Helling <address@hidden>
Date:   Tue Nov 21 10:49:32 2017 +0100

    gnu: you-get: Update to 0.4.964.
    
    * gnu/packages/video.scm (you-get): Update to 0.4.964.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 19b5539..fdf3f4e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1259,7 +1259,7 @@ other site that youtube-dl supports.")
 (define-public you-get
   (package
     (name "you-get")
-    (version "0.4.939")
+    (version "0.4.964")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1268,7 +1268,7 @@ other site that youtube-dl supports.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1amkdfnjn2j4k7jlr7qw9mg5whd7dy6z1flh5cd0n9v3d4m7k0c5"))))
+                "1icxi4f2yli74zyvwfcdrpp56g81kdkan31dc2brs4p0rj567kfx"))))
     (build-system python-build-system)
     (arguments
      ;; no tests



reply via email to

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