guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: obs: Update to 0.13.1.


From: Efraim Flashner
Subject: 02/03: gnu: obs: Update to 0.13.1.
Date: Thu, 11 Feb 2016 10:53:18 +0000

efraim pushed a commit to branch master
in repository guix.

commit 9b719875beda901ac4b447ad19fdb2afe1c116ea
Author: Efraim Flashner <address@hidden>
Date:   Thu Feb 11 11:11:44 2016 +0200

    gnu: obs: Update to 0.13.1.
    
    * gnu/packages/video.scm (obs): Update to 0.13.1.
---
 gnu/packages/video.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 393d8d0..765e39e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1300,7 +1300,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "0.13.0")
+    (version "0.13.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/jp9000/obs-studio";
@@ -1308,7 +1308,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1rk5yfcqwjj4a8bj35fsfzk5qlsf5ylsy0z7kdrpl3fhnmla2izz"))))
+                "1vsn4r3wzfdwjrn69kgx3c5wfx17i72nxdv298pq772fp4j2iy2r"))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f)) ; no tests
     (native-inputs



reply via email to

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