guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: obs: Update to 0.15.4.


From: Efraim Flashner
Subject: 04/09: gnu: obs: Update to 0.15.4.
Date: Thu, 11 Aug 2016 10:20:35 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 91b2296b9c2b1f42374cd782600c37d7f076ff72
Author: Efraim Flashner <address@hidden>
Date:   Thu Aug 11 11:23:11 2016 +0300

    gnu: obs: Update to 0.15.4.
    
    * gnu/packages/video.scm (obs): Update to 0.15.4.
---
 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 1d7a9bd..bb14220 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1398,7 +1398,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "0.15.1")
+    (version "0.15.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/jp9000/obs-studio";
@@ -1406,7 +1406,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "18fycg7xlj2i89wdb9c5js0bnl964s1lpmnvmfyj11zi9k061wsg"))))
+                "11bqk0jpp8fp24j0rkjgrv3fdi3xnjyk4wq55j803cg84mn4zsp0"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; no tests



reply via email to

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