Skip to content
Snippets Groups Projects
Unverified Commit 36646075 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: obs: Update to 0.16.2.

* gnu/packages/video.scm (obs): Update to 0.16.2.
parent ff0ecefc
No related branches found
No related tags found
No related merge requests found
...@@ -1440,7 +1440,7 @@ (define-public v4l-utils ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment