aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-14 06:53:16 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-14 07:47:32 +0100
commit186cef9e1c023a7d0afb8a5ce796332d2ad99215 (patch)
tree6e337642ed26b991d4bbe81bbcd75be3782df8e9 /gnu/packages/video.scm
parent5ecfa6f5659bebefabbc6ba3322faf3936358ed5 (diff)
downloadguix-186cef9e1c023a7d0afb8a5ce796332d2ad99215.tar
guix-186cef9e1c023a7d0afb8a5ce796332d2ad99215.tar.gz
gnu: simplescreenrecorder: Update to 0.3.10.
* gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.10.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 984d2f183d..6c9769d9fa 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2038,7 +2038,7 @@ making @dfn{screencasts}.")
(define-public simplescreenrecorder
(package
(name "simplescreenrecorder")
- (version "0.3.9")
+ (version "0.3.10")
(source
(origin
(method url-fetch)
@@ -2047,7 +2047,7 @@ making @dfn{screencasts}.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1gnf9wbiq2fcbqcn1a5nfmp8r0nxrrlgh2wly2mfkkwymynhx0pk"))))
+ "02rl9yyx3hlz9fqvgzv7ipmvx2qahj7ws5wx2m7zs3lssq3qag3g"))))
(build-system cmake-build-system)
;; Although libx11, libxfixes, libxext are listed as build dependencies in
;; README.md, the program builds and functions properly without them.