guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: you-get: Update to 0.4.1328.


From: guix-commits
Subject: 03/03: gnu: you-get: Update to 0.4.1328.
Date: Fri, 2 Aug 2019 19:17:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 82ebb785f178d8618d39b658932d23d9f859fc91
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Aug 3 01:02:49 2019 +0200

    gnu: you-get: Update to 0.4.1328.
    
    * gnu/packages/video.scm (you-get): Update to 0.4.1328.
---
 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 6a53833..8c57e86 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1619,7 +1619,7 @@ other site that youtube-dl supports.")
 (define-public you-get
   (package
     (name "you-get")
-    (version "0.4.1302")
+    (version "0.4.1328")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1628,7 +1628,7 @@ other site that youtube-dl supports.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1fwwzslv1vpjr8q0fq10dbngr8zai1n3d6na700cgpky4j9y0y99"))))
+                "1r9qffwvxmp74byva12h2jsn3n33vyim052sx9lykv5dygibbp65"))))
     (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]