guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: obs: Update to 22.0.3.


From: guix-commits
Subject: 06/06: gnu: obs: Update to 22.0.3.
Date: Wed, 16 Jan 2019 08:07:47 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit a42bdd1c22b9197fa31189a298b4ee6f3514bb6a
Author: Pkill -9 <address@hidden>
Date:   Tue Jan 15 18:14:33 2019 +0000

    gnu: obs: Update to 22.0.3.
    
    * gnu/packages/video.scm (obs): Update to 22.0.3.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b7424ca..5d03fd2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2094,16 +2094,16 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "20.1.3")
+    (version "22.0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/jp9000/obs-studio.git";)
+                    (url "https://github.com/obsproject/obs-studio.git";)
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0qdpa2xxiiw53ksvlrf80jm8gz6kxsn56sffv2v2ijxvy7kw5zcg"))))
+                "0ri9qkqk3h71b1a5bwpjzqdr21bbmfqbykg48l779d20zln23n1i"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f)) ; no tests



reply via email to

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