guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: obs: Update to 26.1.1.


From: guix-commits
Subject: 07/07: gnu: obs: Update to 26.1.1.
Date: Thu, 7 Jan 2021 15:46:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit df0447be61c0f8c463aeb46369fe67aeb9e914dd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 7 21:40:32 2021 +0100

    gnu: obs: Update to 26.1.1.
    
    * gnu/packages/video.scm (obs): Update to 26.1.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 c92022e..1f68208 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.1.0")
+    (version "26.1.1")
     (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
-                "0p8wdzm9imn3s17arr206sz92g4pkacfcpfbwvhvgkrrs4w000bx"))))
+                "18b40ayww5isjqnjz63l05fi5xwzrcc64jvwxwq8nqsydn0b14ng"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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