summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-04 04:48:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-04 08:13:55 +0100
commit74327874a5604fef4231589b4d5c6ec3229cb092 (patch)
tree0dcb5b498f7ce6d6f838858f2da3724f1612c9a6
parent1740cb779ad02d43ba467cb3214ab66d54b5677a (diff)
gnu: you-get: Update to 0.4.995.
* gnu/packages/video.scm (you-get): Update to 0.4.995.
-rw-r--r--gnu/packages/video.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 708a56d9140..2c25eb87802 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1259,7 +1259,7 @@ other site that youtube-dl supports.")
1259(define-public you-get 1259(define-public you-get
1260 (package 1260 (package
1261 (name "you-get") 1261 (name "you-get")
1262 (version "0.4.990") 1262 (version "0.4.995")
1263 (source (origin 1263 (source (origin
1264 (method url-fetch) 1264 (method url-fetch)
1265 (uri (string-append 1265 (uri (string-append
@@ -1268,11 +1268,10 @@ other site that youtube-dl supports.")
1268 (file-name (string-append name "-" version ".tar.gz")) 1268 (file-name (string-append name "-" version ".tar.gz"))
1269 (sha256 1269 (sha256
1270 (base32 1270 (base32
1271 "1758drgp2wq6d8nz8bpfark2cli9sj0qd8srdhn0rx3rd4l5n7nj")))) 1271 "0i89mn8v8znn3csgzfg8dz5vcn3ld66xj02az6137bljhgivjxra"))))
1272 (build-system python-build-system) 1272 (build-system python-build-system)
1273 (arguments 1273 (arguments
1274 ;; no tests 1274 '(#:tests? #f)) ; no tests
1275 '(#:tests? #f))
1276 (inputs 1275 (inputs
1277 `(("ffmpeg" ,ffmpeg))) 1276 `(("ffmpeg" ,ffmpeg)))
1278 (synopsis "Download videos, audios, or images from Web sites") 1277 (synopsis "Download videos, audios, or images from Web sites")