summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2023-02-04 17:07:46 +0400
committerAndrew Tropin <andrew@trop.in>2023-02-04 17:08:59 +0400
commit41da099a47aea707b6bcc05b2b8e959efbbfa967 (patch)
tree5cd246102ed7fdd59ee82f445dcb9321fe83e57b /gnu
parent053c3f80a3722e2e69b78b20c44c685ae05618b3 (diff)
downloadguix-41da099a47aea707b6bcc05b2b8e959efbbfa967.tar.gz
gnu: obs-wlrobs: Update to 1.1.
* gnu/packages/video.scm (obs-wlrobs): Update to 1.1.
Diffstat (limited to 'gnu')
-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 54cf7be9a7..c26cfd6716 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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))