guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: you-get: Update to 0.4.1403.


From: guix-commits
Subject: 09/13: gnu: you-get: Update to 0.4.1403.
Date: Sat, 15 Feb 2020 11:07:09 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 41db3463a616166af5eb01b7b1f1c599010bd4df
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Feb 14 13:13:02 2020 +0100

    gnu: you-get: Update to 0.4.1403.
    
    * gnu/packages/video.scm (you-get): Update to 0.4.1403.
---
 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 285fe72..ed104b7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1690,7 +1690,7 @@ other site that youtube-dl supports.")
 (define-public you-get
   (package
     (name "you-get")
-    (version "0.4.1355")
+    (version "0.4.1403")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1699,7 +1699,7 @@ other site that youtube-dl supports.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xq7z04hvw3b3npiahlpzhbxsjvam9n9dynplyrkn84dx6k9ajbj"))))
+                "04viy19x4g9dngml82nf9j94ys3p47bs62c2q2cn1barkybaa3as"))))
     (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]