guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: obs: Update to 26.1.2.


From: guix-commits
Subject: 03/08: gnu: obs: Update to 26.1.2.
Date: Sun, 10 Jan 2021 17:45:50 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8aa66ccb554e4258c93b2d81271b71ad15651d8b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 10 20:06:14 2021 +0100

    gnu: obs: Update to 26.1.2.
    
    * gnu/packages/video.scm (obs): Update to 26.1.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 b4a40f6..b314e49 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.1")
+    (version "26.1.2")
     (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
-                "18b40ayww5isjqnjz63l05fi5xwzrcc64jvwxwq8nqsydn0b14ng"))))
+                "1k1asqiqw757v59ayx0w029ril947hs0lcp8n91knzjl891fr4nc"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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