guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: obs: Update to 26.0.2.


From: guix-commits
Subject: 03/13: gnu: obs: Update to 26.0.2.
Date: Thu, 8 Oct 2020 10:02:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a5d729fab09957d054add9620e7d36f194ed9336
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 8 12:14:18 2020 +0200

    gnu: obs: Update to 26.0.2.
    
    * gnu/packages/video.scm (obs): Update to 26.0.2.
---
 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 3cd7b99..b39bd7c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2997,7 +2997,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "26.0.1")
+    (version "26.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3006,7 +3006,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1w6hbj83w91ni4fkkvpr2yz443xsgzilpip1fn7cnbvyizr89c1y"))))
+                "1d502f80whh686mvq0yn6zpa5nvmnlzxwp5sjz43vpbbvhpbrdqj"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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