[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: obs: Update to 0.13.2.
From: |
Efraim Flashner |
Subject: |
01/02: gnu: obs: Update to 0.13.2. |
Date: |
Thu, 10 Mar 2016 16:24:05 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 83820c0f102d0e829e3bcf2dfa06a793b82bda5b
Author: Efraim Flashner <address@hidden>
Date: Thu Mar 10 14:24:36 2016 +0200
gnu: obs: Update to 0.13.2.
* gnu/packages/video.scm (obs): Update to 0.13.2.
---
gnu/packages/video.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ad951ef..cb7fbd1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1304,7 +1304,7 @@ be used for realtime video capture via Linux-specific
APIs.")
(define-public obs
(package
(name "obs")
- (version "0.13.1")
+ (version "0.13.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/jp9000/obs-studio"
@@ -1312,7 +1312,7 @@ be used for realtime video capture via Linux-specific
APIs.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1vsn4r3wzfdwjrn69kgx3c5wfx17i72nxdv298pq772fp4j2iy2r"))))
+ "1awaqlhlzlqqnwqixw54z40hqcnr3fwlclq4vlsy2kvsfyqjfr2b"))))
(build-system cmake-build-system)
(arguments '(#:tests? #f)) ; no tests
(native-inputs