guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/18: gnu: obs: Update to 29.0.2


From: guix-commits
Subject: 15/18: gnu: obs: Update to 29.0.2
Date: Mon, 27 Mar 2023 11:45:43 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 28cca50a045eb8bcda6ca9ba1e64623fc40c01ae
Author: Andy Tai <atai@atai.org>
AuthorDate: Fri Mar 24 22:55:51 2023 -0700

    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>
---
 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 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]