gnu: obs: Update to 0.16.2.

* gnu/packages/video.scm (obs): Update to 0.16.2.
This commit is contained in:
Efraim Flashner 2016-10-10 11:07:07 +03:00
parent ff0ecefc0e
commit 36646075ef
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -1440,7 +1440,7 @@ (define-public v4l-utils
(define-public obs (define-public obs
(package (package
(name "obs") (name "obs")
(version "0.15.4") (version "0.16.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/jp9000/obs-studio" (uri (string-append "https://github.com/jp9000/obs-studio"
@ -1448,7 +1448,7 @@ (define-public obs
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"11bqk0jpp8fp24j0rkjgrv3fdi3xnjyk4wq55j803cg84mn4zsp0")))) "0p2grxyaf79hb3nlja23xp7b2vc1w18llvzcyhnjn2lhwfjabcgm"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests