gnu: simplescreenrecorder: Update to 0.3.10.
* gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.10.
This commit is contained in:
parent
5ecfa6f565
commit
186cef9e1c
|
@ -2038,7 +2038,7 @@ making @dfn{screencasts}.")
|
||||||
(define-public simplescreenrecorder
|
(define-public simplescreenrecorder
|
||||||
(package
|
(package
|
||||||
(name "simplescreenrecorder")
|
(name "simplescreenrecorder")
|
||||||
(version "0.3.9")
|
(version "0.3.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2047,7 +2047,7 @@ making @dfn{screencasts}.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gnf9wbiq2fcbqcn1a5nfmp8r0nxrrlgh2wly2mfkkwymynhx0pk"))))
|
"02rl9yyx3hlz9fqvgzv7ipmvx2qahj7ws5wx2m7zs3lssq3qag3g"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
;; Although libx11, libxfixes, libxext are listed as build dependencies in
|
;; Although libx11, libxfixes, libxext are listed as build dependencies in
|
||||||
;; README.md, the program builds and functions properly without them.
|
;; README.md, the program builds and functions properly without them.
|
||||||
|
|
Loading…
Reference in New Issue