me
/
guix
Archived
1
0
Fork 0

gnu: obs-wlrobs: Update to 1.1.

* gnu/packages/video.scm (obs-wlrobs): Update to 1.1.
master
Andrew Tropin 2023-02-04 17:07:46 +04:00
parent 053c3f80a3
commit 41da099a47
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 2 additions and 2 deletions

View File

@ -3553,7 +3553,7 @@ programs on your current machine or on other machines.")
(define-public obs-wlrobs
(package
(name "obs-wlrobs")
(version "1.0")
(version "1.1")
(source
(origin
(method hg-fetch)
@ -3563,7 +3563,7 @@ programs on your current machine or on other machines.")
(file-name (git-file-name name version))
(sha256
(base32
"1faiq2gdb7qis3m1hilm4pz8lkmkab75vzm608dbiazahhybf96p"))))
"1whdb2ykisz50qw19nv1djw5qp17rpnpkc8s8470ja8iz894mmwd"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config))