summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2015-06-30 20:44:02 +0300
committerLudovic Courtès <ludo@gnu.org>2015-07-15 23:57:01 +0200
commit68e88a09b46cc2b4affebbd258decbcd4024f0db (patch)
tree7d74194ba9f55107970a2d31267ff55aadd47ad1 /gnu
parentd2f2c8f126ebc400f016781805c76683cc364c18 (diff)
gnu: Update livestreamer to 1.12.2.
* gnu/packages/video (livestreamer): Update to 1.12.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d0983808c68..9472b4e91cf 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1298,7 +1298,7 @@ and custom quantization matrices.")
1298(define-public livestreamer 1298(define-public livestreamer
1299 (package 1299 (package
1300 (name "livestreamer") 1300 (name "livestreamer")
1301 (version "1.12.1") 1301 (version "1.12.2")
1302 (source (origin 1302 (source (origin
1303 (method url-fetch) 1303 (method url-fetch)
1304 (uri (string-append 1304 (uri (string-append
@@ -1307,7 +1307,7 @@ and custom quantization matrices.")
1307 (file-name (string-append "livestreamer-" version ".tar.gz")) 1307 (file-name (string-append "livestreamer-" version ".tar.gz"))
1308 (sha256 1308 (sha256
1309 (base32 1309 (base32
1310 "1dhgk8v8q1h3km4g5jc0cmjsxdaa2d456fvdb2wk7hmxmmwbqm9j")))) 1310 "1fp3d3z2grb1ls97smjkraazpxnvajda2d1g1378s6gzmda2jvjd"))))
1311 (build-system python-build-system) 1311 (build-system python-build-system)
1312 (arguments 1312 (arguments
1313 '(#:tests? #f)) ; tests rely on external web servers 1313 '(#:tests? #f)) ; tests rely on external web servers