gnu: obs: Update to 22.0.3.

* gnu/packages/video.scm (obs): Update to 22.0.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Pkill -9 2019-01-15 18:14:33 +00:00 committed by Ludovic Courtès
parent ab100b905f
commit a42bdd1c22
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -2094,16 +2094,16 @@ be used for realtime video capture via Linux-specific APIs.")
(define-public obs (define-public obs
(package (package
(name "obs") (name "obs")
(version "20.1.3") (version "22.0.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/jp9000/obs-studio.git") (url "https://github.com/obsproject/obs-studio.git")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0qdpa2xxiiw53ksvlrf80jm8gz6kxsn56sffv2v2ijxvy7kw5zcg")))) "0ri9qkqk3h71b1a5bwpjzqdr21bbmfqbykg48l779d20zln23n1i"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; no tests `(#:tests? #f)) ; no tests