mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: obs: Update to 29.0.2
* gnu/packages/video.scm (obs): Update to 29.0.2 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
5a8d9d2721
commit
28cca50a04
1 changed files with 2 additions and 2 deletions
|
@ -3405,7 +3405,7 @@ (define-public v4l-utils
|
||||||
(define-public obs
|
(define-public obs
|
||||||
(package
|
(package
|
||||||
(name "obs")
|
(name "obs")
|
||||||
(version "29.0.0")
|
(version "29.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3415,7 +3415,7 @@ (define-public obs
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15nvvlpryvlbf76918jvygg1985glz38cndfgnc2c0009vdb9qbk"))
|
"1ijn19wy52fa7ahr29v1rzvh6j0qr7i5xl129m6s9c644f7i51ac"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "obs-modules-location.patch"))))
|
(search-patches "obs-modules-location.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Loading…
Reference in a new issue