mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(package
|
||||
(name "obs")
|
||||
(version "29.0.0")
|
||||
(version "29.0.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3415,7 +3415,7 @@ (define-public obs
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"15nvvlpryvlbf76918jvygg1985glz38cndfgnc2c0009vdb9qbk"))
|
||||
"1ijn19wy52fa7ahr29v1rzvh6j0qr7i5xl129m6s9c644f7i51ac"))
|
||||
(patches
|
||||
(search-patches "obs-modules-location.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
|
|
Loading…
Reference in a new issue