guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: obs: Update to 26.0.1.


From: guix-commits
Subject: 04/09: gnu: obs: Update to 26.0.1.
Date: Mon, 5 Oct 2020 20:54:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 69ba32312b698240d9c3f69a872b82ef8166787b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 6 02:40:14 2020 +0200

    gnu: obs: Update to 26.0.1.
    
    * gnu/packages/video.scm (obs): Update to 26.0.1.
---
 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 938f9fa..3cd7b99 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.0")
+    (version "26.0.1")
     (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
-                "09y57b3c88szl3wyx3cxq8jrm3pfnyg2n25hxl1ynkq3rgaavdq2"))))
+                "1w6hbj83w91ni4fkkvpr2yz443xsgzilpip1fn7cnbvyizr89c1y"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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