guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: obs: Update to 0.16.2.


From: Efraim Flashner
Subject: 01/03: gnu: obs: Update to 0.16.2.
Date: Mon, 10 Oct 2016 08:58:55 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 36646075eff95bdef539c8c79ce63a5a50aa9b2d
Author: Efraim Flashner <address@hidden>
Date:   Mon Oct 10 11:07:07 2016 +0300

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



reply via email to

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