guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: obs: Update to 0.14.2.


From: Efraim Flashner
Subject: 01/10: gnu: obs: Update to 0.14.2.
Date: Tue, 31 May 2016 19:11:56 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 57d83cd29bd4b590a9819a897af90c8cff58d09b
Author: Efraim Flashner <address@hidden>
Date:   Tue May 31 18:53:07 2016 +0300

    gnu: obs: Update to 0.14.2.
    
    * gnu/packages/video.scm (obs): Update to 0.14.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 d9a324a..eae7f64 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1352,7 +1352,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "0.14.1")
+    (version "0.14.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/jp9000/obs-studio";
@@ -1360,7 +1360,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1w07ign2swfigmsjd2jyaqqdnj2zpzs8hzsjzzk5l377jbx3ml5g"))))
+                "1cb8naa67kfnnngkzv1wpd4y241j29ggnk1w7jgnymp9j8dny1xl"))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f)) ; no tests
     (native-inputs



reply via email to

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