gnu: you-get: Update to 0.4.995.

* gnu/packages/video.scm (you-get): Update to 0.4.995.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-04 04:48:26 +01:00
parent 1740cb779a
commit 74327874a5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -1259,7 +1259,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.990") (version "0.4.995")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1268,11 +1268,10 @@ other site that youtube-dl supports.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1758drgp2wq6d8nz8bpfark2cli9sj0qd8srdhn0rx3rd4l5n7nj")))) "0i89mn8v8znn3csgzfg8dz5vcn3ld66xj02az6137bljhgivjxra"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; no tests '(#:tests? #f)) ; no tests
'(#:tests? #f))
(inputs (inputs
`(("ffmpeg" ,ffmpeg))) `(("ffmpeg" ,ffmpeg)))
(synopsis "Download videos, audios, or images from Web sites") (synopsis "Download videos, audios, or images from Web sites")