This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b25112491e gnu: wf-recorder: Update to 0.5.0.
b25112491e is described below

commit b25112491eba874a739ce2916d563ddb6d1b200c
Author: Julian Flake <[email protected]>
AuthorDate: Wed Oct 1 12:25:01 2025 +0200

    gnu: wf-recorder: Update to 0.5.0.
    
    * gnu/packages/video.scm (wf-recorder): Update to 0.5.0.
    
    Fixes: #3177
    Change-Id: Id2e17f3ec9d0ecd4352e1b92b7a8273b77bbe056
    Co-authored-by: Luis Guilherme Coelho <[email protected]>
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 69edf9422f..5ffb949401 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6625,7 +6625,7 @@ package does not rely on the @code{YouTube} Data API v3.")
 (define-public wf-recorder
   (package
     (name "wf-recorder")
-    (version "0.3.0")
+    (version "0.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6634,12 +6634,12 @@ package does not rely on the @code{YouTube} Data API 
v3.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "18csvix8fdqir52q729rgcy355xy2ngvmr05l1abflpbvsklbn52"))))
+                "0a805kfbgpg7898gbb218n7krbvn9r96xydhibvrphy08wxd1xzg"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config))
     (inputs
-     (list ffmpeg pulseaudio wayland wayland-protocols libx264))
+     (list ffmpeg-6 pipewire pulseaudio wayland wayland-protocols libx264 
mesa))
     (home-page "https://github.com/ammen99/wf-recorder";)
     (synopsis "Screen recorder for wlroots-based compositors")
     (description

Reply via email to