This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b200b29d2f gnu: obs: Update to 31.1.2.
b200b29d2f is described below

commit b200b29d2fe3710e5a09c6529c0e0ad4f782a4b4
Author: Ekaitz Zarraga <[email protected]>
AuthorDate: Sun Aug 10 12:40:44 2025 +0200

    gnu: obs: Update to 31.1.2.
    
    * gnu/packages/video.scm (obs): Update to 31.1.2.
    
    Change-Id: Ia0ab7c7ad51eb22f558010e0d8aa403ae5ee7217
---
 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 ab4c76a11a..daac0fbefe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4176,7 +4176,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "31.1.1")
+    (version "31.1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4186,7 +4186,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0dddcvwlh3skd2hd8cmgy74r6l6pmcya9a6hrl9x402y7ywxd50m"))
+                "1wiaiva2wh9781mcwmlkf3xfg805q0s8gz4q7n1vnmk27750i6j1"))
               (patches
                (search-patches "obs-modules-location.patch"))))
     (build-system cmake-build-system)

Reply via email to