guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: obs: Update to 24.0.3.


From: guix-commits
Subject: 02/02: gnu: obs: Update to 24.0.3.
Date: Mon, 4 Nov 2019 11:43:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bf7b08c4fe7d14c25a83bde99f19eca1119d88ff
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Nov 4 17:42:53 2019 +0100

    gnu: obs: Update to 24.0.3.
    
    * gnu/packages/video.scm (obs): Update to 24.0.3.
---
 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 e52b332..710923c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2301,7 +2301,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "24.0.1")
+    (version "24.0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2310,7 +2310,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "056s0hs1ds3c57sc0gy39dxaxvwlakl3w25jxgawh0fs99211ar5"))))
+                "0g8nzs696f3myz4hvygav85b0jgjmn6dicy50axmapdv8miff9xa"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; no tests



reply via email to

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