guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: OBS Studio: Update to 20.1.3


From: Leo Famulari
Subject: 01/01: gnu: OBS Studio: Update to 20.1.3
Date: Tue, 2 Jan 2018 21:31:27 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 48a716c484c45594de86aa91c2ba5e80eb931a63
Author: Adriano Peluso <address@hidden>
Date:   Wed Jan 3 01:08:11 2018 +0100

    gnu: OBS Studio: Update to 20.1.3
    
    * gnu/packages/video.scm (obs): Update to 20.1.3
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 d9718e8..2d638ab 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1808,7 +1808,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "18.0.2")
+    (version "20.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/jp9000/obs-studio";
@@ -1816,7 +1816,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "02pbiyvf5x0zh448h5rpmyn33qnsqk694xxlyns83mdi74savyqw"))))
+                "1g5z6z050v25whc7n3xvg6l238wmg5crp7ihvk73qngvzxr8bg28"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f)) ; no tests



reply via email to

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