[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: obs: Update to 18.0.2.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: obs: Update to 18.0.2. |
Date: |
Tue, 2 May 2017 15:27:40 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 341ccb0f3be175e01876a961b272b9d7ef862fcc
Author: Efraim Flashner <address@hidden>
Date: Tue May 2 22:24:34 2017 +0300
gnu: obs: Update to 18.0.2.
* gnu/packages/video.scm (obs): Update to 18.0.2.
---
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 e3f9f36..33ba9ff 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1605,7 +1605,7 @@ be used for realtime video capture via Linux-specific
APIs.")
(define-public obs
(package
(name "obs")
- (version "18.0.1")
+ (version "18.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/jp9000/obs-studio"
@@ -1613,7 +1613,7 @@ be used for realtime video capture via Linux-specific
APIs.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "043f8mfdh4ll0hpivpyg3iniirckwsgri0gzamyrba1yhf2c2ibr"))))
+ "02pbiyvf5x0zh448h5rpmyn33qnsqk694xxlyns83mdi74savyqw"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no tests