~ruther/guix-local

3e7dc905c06f7f59fa3cc2127078d5038a635f30 — Sughosha 3 months ago 7a13992
gnu: wf-recorder: Update to 0.6.0.

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

Change-Id: I4f41757593343de1a26efdf1a0b209ace5fa224b
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +2 -2
@@ 6640,7 6640,7 @@ package does not rely on the @code{YouTube} Data API v3.")
(define-public wf-recorder
  (package
    (name "wf-recorder")
    (version "0.5.0")
    (version "0.6.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 6649,7 6649,7 @@ package does not rely on the @code{YouTube} Data API v3.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0a805kfbgpg7898gbb218n7krbvn9r96xydhibvrphy08wxd1xzg"))))
                "14lzx6bz72j0ljw7jjqzqvflsyyvfwp137iwl8if8dcb5mr2k389"))))
    (build-system meson-build-system)
    (native-inputs
     (list pkg-config))