gnu: you-get: Update to 0.4.915.

* gnu/packages/video.scm (you-get): Update to 0.4.915.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Feng Shu 2017-09-22 20:40:32 +08:00 committed by Marius Bakke
parent 6e83592aff
commit a4314af5e6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1228,7 +1228,7 @@ (define-public youtube-dl-gui
(define-public you-get (define-public you-get
(package (package
(name "you-get") (name "you-get")
(version "0.4.803") (version "0.4.915")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1237,7 +1237,7 @@ (define-public you-get
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1rjy809x67dadzvj3midkhcda2kp6rqmbj6rbhjd5f16rvqgn7jp")))) "147qf8kdxjv9003fgx50ws0rmjjq98sv11q6c3sdwd29zylaj1ql"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; no tests ;; no tests