[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: obs: Update to 0.16.6.
From: |
Efraim Flashner |
Subject: |
03/03: gnu: obs: Update to 0.16.6. |
Date: |
Mon, 21 Nov 2016 05:15:38 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit b1e25b08f216fa0b863a4c4552b565dc1ce06d6c
Author: Efraim Flashner <address@hidden>
Date: Mon Nov 21 07:14:05 2016 +0200
gnu: obs: Update to 0.16.6.
* gnu/packages/video.scm (obs): Update to 0.16.6.
---
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 0816f78..4eab99b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1484,7 +1484,7 @@ be used for realtime video capture via Linux-specific
APIs.")
(define-public obs
(package
(name "obs")
- (version "0.16.5")
+ (version "0.16.6")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/jp9000/obs-studio"
@@ -1492,7 +1492,7 @@ be used for realtime video capture via Linux-specific
APIs.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0y6md0srjakih6zn0ism98123cf1wy9c8hmzl6vpqwjdw15il1rj"))))
+ "00vwdnf0gnwp029sznsr0s4lcky3brxbmpy0ch7igjpk5sf6mkqp"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no tests