guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: obs: Update to 26.1.0.


From: guix-commits
Subject: branch master updated: gnu: obs: Update to 26.1.0.
Date: Wed, 16 Dec 2020 01:31:05 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 18f372b  gnu: obs: Update to 26.1.0.
18f372b is described below

commit 18f372bb5744c9a92f10c6d8c2b61eb0b7d46a9b
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Dec 16 05:00:56 2020 +0100

    gnu: obs: Update to 26.1.0.
    
    * gnu/packages/video.scm (obs): Update to 26.1.0.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 91c06ce..d9c5b45 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3078,7 +3078,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "26.0.2")
+    (version "26.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3087,7 +3087,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1d502f80whh686mvq0yn6zpa5nvmnlzxwp5sjz43vpbbvhpbrdqj"))))
+                "0p8wdzm9imn3s17arr206sz92g4pkacfcpfbwvhvgkrrs4w000bx"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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