[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: obs: Update to 0.16.5.
From: |
Efraim Flashner |
Subject: |
02/02: gnu: obs: Update to 0.16.5. |
Date: |
Thu, 17 Nov 2016 05:27:26 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit e5294500d6d97b3e6beef0e56595851def59bafa
Author: Efraim Flashner <address@hidden>
Date: Thu Nov 17 07:26:07 2016 +0200
gnu: obs: Update to 0.16.5.
* gnu/packages/video.scm (obs): Update to 0.16.5.
---
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 82ef017..8f4b9d0 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.2")
+ (version "0.16.5")
(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
- "0p2grxyaf79hb3nlja23xp7b2vc1w18llvzcyhnjn2lhwfjabcgm"))))
+ "0y6md0srjakih6zn0ism98123cf1wy9c8hmzl6vpqwjdw15il1rj"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no tests