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.13.0.


From: David Thompson
Subject: 01/01: gnu: obs: Update to 0.13.0.
Date: Sun, 31 Jan 2016 20:32:35 +0000

davexunit pushed a commit to branch master
in repository guix.

commit d1a0bba029b9a64d505c8970e43da256e2164946
Author: David Thompson <address@hidden>
Date:   Sun Jan 31 15:31:49 2016 -0500

    gnu: obs: Update to 0.13.0.
    
    * gnu/packages/video.scm (obs): Upgrade to 0.13.0.
---
 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 00166d5..f2d3f65 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1305,7 +1305,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "0.12.4")
+    (version "0.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/jp9000/obs-studio";
@@ -1313,7 +1313,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0b1xb5vd3g4h7m1hsjzsq3bbbnqb2n6mpmq6ix4yyy72g087rjk1"))))
+                "1rk5yfcqwjj4a8bj35fsfzk5qlsf5ylsy0z7kdrpl3fhnmla2izz"))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f)) ; no tests
     (native-inputs



reply via email to

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