guix-commits
[Top][All Lists]
Advanced

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

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


From: Efraim Flashner
Subject: 01/01: gnu: obs: Update to 18.0.0.
Date: Sun, 5 Mar 2017 05:20:04 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3df18d6144818b81c97318269355817e472c8c89
Author: Efraim Flashner <address@hidden>
Date:   Sun Mar 5 11:41:34 2017 +0200

    gnu: obs: Update to 18.0.0.
    
    * gnu/packages/video.scm (obs): Update to 18.0.0.
---
 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 0063416..ec390d4 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 "17.0.2")
+    (version "18.0.0")
     (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
-                "02cfhpkcsq718zwhwwsm48gjggf95qr38hqpi0kwrvsy18ll0msm"))))
+                "0pxrzzp8z7kmwfdp49rwrk0j3lpya6garvbbzzfvldwhyam9az5d"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; no tests



reply via email to

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