Archived
1
0
Fork 0

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.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-27 15:56:37 +01:00
parent 95cea73e7c
commit ef7bdf93d2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2563,7 +2563,7 @@ other site that youtube-dl supports.")
(define-public you-get (define-public you-get
(package (package
(name "you-get") (name "you-get")
(version "0.4.1500") (version "0.4.1555")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2572,7 +2572,7 @@ other site that youtube-dl supports.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"02wkmq6bjg9iz0kccsgs192aiky99l2jnw1xs6zjhvjvq7jyvf7s")))) "0gn86i6nfsw395r9a3i88nv2g08s5bgjps7w4qawb9gvk4h7zqap"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos `(("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 ;; Don't blindly replace all occurrences of 'ffmpeg': the
;; same string is also used when sniffing ffmpeg's output. ;; same string is also used when sniffing ffmpeg's output.
(("(FFMPEG == |\\()'ffmpeg'" _ prefix) (("(FFMPEG == |\\()'ffmpeg'" _ prefix)
(string-append prefix "'" ffmpeg "'"))) (string-append prefix "'" ffmpeg "'")))))))
#t))))
#:tests? #f)) ; XXX some tests need Internet access #:tests? #f)) ; XXX some tests need Internet access
(synopsis "Download videos, audio, or images from Web sites") (synopsis "Download videos, audio, or images from Web sites")
(description (description