guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: obs: Update to 0.14.1.


From: Efraim Flashner
Subject: 01/01: gnu: obs: Update to 0.14.1.
Date: Sun, 8 May 2016 20:56:48 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 6cd6d1ad5e23db1489bc5ff5a38f3c100052cb08
Author: Efraim Flashner <address@hidden>
Date:   Sun May 8 23:51:42 2016 +0300

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



reply via email to

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