guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: you-get: Update to 0.4.1011.


From: Tobias Geerinckx-Rice
Subject: 09/15: gnu: you-get: Update to 0.4.1011.
Date: Sat, 23 Dec 2017 17:58:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 86178675402f9dc05aefc424511d96cbe3d50c09
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Dec 23 19:28:52 2017 +0100

    gnu: you-get: Update to 0.4.1011.
    
    * gnu/packages/video.scm (you-get): Update to 0.4.1011.
---
 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 c2b7a68..094ee27 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1246,7 +1246,7 @@ other site that youtube-dl supports.")
 (define-public you-get
   (package
     (name "you-get")
-    (version "0.4.995")
+    (version "0.4.1011")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1255,7 +1255,7 @@ other site that youtube-dl supports.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0i89mn8v8znn3csgzfg8dz5vcn3ld66xj02az6137bljhgivjxra"))))
+                "0cdbh5w0chw3dlrwizm91l6sgkkzy7p6h0072dai4xbw5zgld31k"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f))                    ; no tests



reply via email to

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