guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: you-get: Update to 0.4.1355.


From: guix-commits
Subject: 01/10: gnu: you-get: Update to 0.4.1355.
Date: Wed, 25 Sep 2019 11:51:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 49dc1669a8bb2ba923cb064173025858931cc9c9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Sep 25 17:14:21 2019 +0200

    gnu: you-get: Update to 0.4.1355.
    
    * gnu/packages/video.scm (you-get): Update to 0.4.1355.
---
 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 d5a51a0..5180f27 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1631,7 +1631,7 @@ other site that youtube-dl supports.")
 (define-public you-get
   (package
     (name "you-get")
-    (version "0.4.1328")
+    (version "0.4.1355")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1640,7 +1640,7 @@ other site that youtube-dl supports.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1r9qffwvxmp74byva12h2jsn3n33vyim052sx9lykv5dygibbp65"))))
+                "0xq7z04hvw3b3npiahlpzhbxsjvam9n9dynplyrkn84dx6k9ajbj"))))
     (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]