gnu: wf-recorder: Update to 0.3.0.

* gnu/packages/video.scm (wf-recorder): Update to 0.3.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
kiasoc5 2022-11-04 22:37:49 -04:00 committed by Ludovic Courtès
parent d5fff6885b
commit 8eb8c732dd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -5391,7 +5391,7 @@ (define-public peek
(define-public wf-recorder
(package
(name "wf-recorder")
(version "0.2.1")
(version "0.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -5400,7 +5400,7 @@ (define-public wf-recorder
(file-name (git-file-name name version))
(sha256
(base32
"1cw6kpcbl33wh95pvy32xrsrm6kkk1awccr3phyh885xjs3b3iim"))))
"18csvix8fdqir52q729rgcy355xy2ngvmr05l1abflpbvsklbn52"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config))