This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 10d1125f71 gnu: obs: Update to 27.1.3.
10d1125f71 is described below
commit 10d1125f71205f094a6030c51c498b0f8dab5f73
Author: Andrew Tropin <[email protected]>
AuthorDate: Thu Jan 27 13:09:07 2022 +0300
gnu: obs: Update to 27.1.3.
* gnu/packages/video.scm (obs): Update to 27.1.3.
Signed-off-by: Leo Famulari <[email protected]>
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 71ea9ae10c..8a903f6fe1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3345,7 +3345,7 @@ be used for realtime video capture via Linux-specific
APIs.")
(define-public obs
(package
(name "obs")
- (version "27.0.1")
+ (version "27.1.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3355,7 +3355,7 @@ be used for realtime video capture via Linux-specific
APIs.")
(file-name (git-file-name name version))
(sha256
(base32
- "04fzsr9yizmxy0r7z2706crvnsnybpnv5kgfn77znknxxjacfhkn"))
+ "1ndiarr3d6qihymaigf34jjml0lrgbj640fnpnffz2ysj7276q0j"))
(patches
(search-patches "obs-modules-location.patch"))))
(build-system cmake-build-system)