guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: obs: Update to 18.0.1.


From: Tobias Geerinckx-Rice
Subject: 06/08: gnu: obs: Update to 18.0.1.
Date: Tue, 14 Mar 2017 22:45:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 708e76287c8181f75052314cf9f0330b19b2a238
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Mar 14 22:27:30 2017 +0100

    gnu: obs: Update to 18.0.1.
    
    * gnu/packages/video.scm (obs): Update to 18.0.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 aa4c043..9e18790 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1490,7 +1490,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "18.0.0")
+    (version "18.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/jp9000/obs-studio";
@@ -1498,7 +1498,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0pxrzzp8z7kmwfdp49rwrk0j3lpya6garvbbzzfvldwhyam9az5d"))))
+                "043f8mfdh4ll0hpivpyg3iniirckwsgri0gzamyrba1yhf2c2ibr"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; no tests



reply via email to

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