gnu: you-get: Update to 0.4.1270.

* gnu/packages/video.scm (you-get): Update to 0.4.1270.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-11 00:53:07 +01:00
parent 266cd19eb9
commit a9644c5a49
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1531,7 +1531,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.1256") (version "0.4.1270")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1540,7 +1540,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
"1hzr7ha1jvbc0v2bwl7s08ymwdmvb0f2jz4xp1fi6agq5y3ca1iv")))) "123g6x8sh32v4yn4ss55lfw7j79hgl3l6aiwgrk4ndq7dzhnz46q"))))
(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