gnu: you-get: Update to 0.4.1488.

* gnu/packages/video.scm (you-get): Update to 0.4.1488.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-28 15:08:55 +01:00
parent c5c69451e3
commit eaf4875fc2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -2348,7 +2348,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.1475") (version "0.4.1488")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2357,7 +2357,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
"1hsa99fgx1zhzkf3n0hlbinckvipd54vhs6y4jkq0rd9r6yc1h7f")))) "10dx1gka92m42f8ah1mzylbd71apzrphfa48r5ci7g1j8ysdcs7q"))))
(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