diff options
author | Andy Tai <atai@atai.org> | 2023-03-24 22:55:51 -0700 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-03-27 16:42:53 +0100 |
commit | 28cca50a045eb8bcda6ca9ba1e64623fc40c01ae (patch) | |
tree | 6ad04e0eb8b48e6ce8b393bb5ecd7b74ac753fc7 /gnu | |
parent | 5a8d9d2721e3e463c805eaa4c2c459c88570be6f (diff) | |
download | guix-28cca50a045eb8bcda6ca9ba1e64623fc40c01ae.tar.gz guix-28cca50a045eb8bcda6ca9ba1e64623fc40c01ae.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 73d0c1ca54..2559634c29 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3405,7 +3405,7 @@ be used for realtime video capture via Linux-specific APIs.") (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 @@ be used for realtime video capture via Linux-specific APIs.") (file-name (git-file-name name version)) (sha256 (base32 - "15nvvlpryvlbf76918jvygg1985glz38cndfgnc2c0009vdb9qbk")) + "1ijn19wy52fa7ahr29v1rzvh6j0qr7i5xl129m6s9c644f7i51ac")) (patches (search-patches "obs-modules-location.patch")))) (build-system cmake-build-system) |