[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: you-get: Update to 0.4.1555.
From: |
guix-commits |
Subject: |
07/08: gnu: you-get: Update to 0.4.1555. |
Date: |
Sat, 27 Nov 2021 11:20:55 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit ef7bdf93d28e97feb0179bf1277a804e7fb24c1d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 27 15:56:37 2021 +0100
gnu: you-get: Update to 0.4.1555.
* gnu/packages/video.scm (you-get): Update to 0.4.1555.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/video.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8121a72..8761e20 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2563,7 +2563,7 @@ other site that youtube-dl supports.")
(define-public you-get
(package
(name "you-get")
- (version "0.4.1500")
+ (version "0.4.1555")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2572,7 +2572,7 @@ other site that youtube-dl supports.")
(file-name (git-file-name name version))
(sha256
(base32
- "02wkmq6bjg9iz0kccsgs192aiky99l2jnw1xs6zjhvjvq7jyvf7s"))))
+ "0gn86i6nfsw395r9a3i88nv2g08s5bgjps7w4qawb9gvk4h7zqap"))))
(build-system python-build-system)
(inputs
`(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos
@@ -2589,8 +2589,7 @@ other site that youtube-dl supports.")
;; Don't blindly replace all occurrences of ‘'ffmpeg'’: the
;; same string is also used when sniffing ffmpeg's output.
(("(FFMPEG == |\\()'ffmpeg'" _ prefix)
- (string-append prefix "'" ffmpeg "'")))
- #t))))
+ (string-append prefix "'" ffmpeg "'")))))))
#:tests? #f)) ; XXX some tests need Internet access
(synopsis "Download videos, audio, or images from Web sites")
(description
- branch master updated (bf1e46e -> ea50a47), guix-commits, 2021/11/27
- 07/08: gnu: you-get: Update to 0.4.1555.,
guix-commits <=
- 02/08: gnu: squid: Update to 4.17., guix-commits, 2021/11/27
- 04/08: gnu: rxvt-unicode: Update to 9.29., guix-commits, 2021/11/27
- 01/08: gnu: xterm: Update to 370., guix-commits, 2021/11/27
- 03/08: gnu: Add libptytty., guix-commits, 2021/11/27
- 05/08: gnu: varnish: Update to 7.0.1., guix-commits, 2021/11/27
- 06/08: gnu: strongswan: Update to 5.9.4., guix-commits, 2021/11/27
- 08/08: gnu: sakura: Update to 3.8.4., guix-commits, 2021/11/27