me
/
guix
Archived
1
0
Fork 0

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>
master
Andy Tai 2023-03-24 22:55:51 -07:00 committed by Christopher Baines
parent 5a8d9d2721
commit 28cca50a04
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -3405,7 +3405,7 @@ be used for realtime video capture via Linux-specific APIs.")
(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 @@ be used for realtime video capture via Linux-specific APIs.")
(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)