~ruther/guix-local

6608861ac0fc9074249732133a8dd7edb8e665f2 — Christopher O'Neill 5 months ago 38b8eba
gnu: gnome-video-effects: Update to 0.6.0

* gnu/packages/gnome.scm (gnome-video-effects): Update to 0.6.0.

Change-Id: I9653ee5ac7d00696a47a80f24109a700c083c897
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 11755,7 11755,7 @@ automatically and it can stream songs from online music services and charts.")
(define-public gnome-video-effects
  (package
    (name "gnome-video-effects")
    (version "0.5.0")
    (version "0.6.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"


@@ 11763,7 11763,7 @@ automatically and it can stream songs from online music services and charts.")
                                  version ".tar.xz"))
              (sha256
               (base32
                "1j6h98whgkcxrh30bwvnxvyqxrxchgpdgqhl0j71xz7x72dqxijd"))))
                "1a68wf9f3z3ss6nwjam55hh60qccpx10png0n8pq6nizdfsaxbnp"))))
    (build-system meson-build-system)
    (native-inputs
     (list gettext-minimal pkg-config))