guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: obs: Update to 23.0.2.


From: guix-commits
Subject: 08/08: gnu: obs: Update to 23.0.2.
Date: Wed, 20 Mar 2019 15:43:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6854a5d5f7a4ca41b786fadfafe97978a5b45f14
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 20 20:25:18 2019 +0100

    gnu: obs: Update to 23.0.2.
    
    * gnu/packages/video.scm (obs): Update to 23.0.2.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 24b4a2c..51c030a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2221,7 +2221,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "22.0.3")
+    (version "23.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2230,10 +2230,10 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0ri9qkqk3h71b1a5bwpjzqdr21bbmfqbykg48l779d20zln23n1i"))))
+                "1c0a5vy4h3qwz69qw3bydyk7r651ib5a9jna4yj6c25p3p9isdvp"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:tests? #f)) ; no tests
+     `(#:tests? #f))                    ; no tests
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs



reply via email to

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