guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/13: gnu: grilo: Update to 0.3.16.


From: guix-commits
Subject: 04/13: gnu: grilo: Update to 0.3.16.
Date: Mon, 1 Jan 2024 15:53:18 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 9ee9aad22c7491219e680b52762e2d90365b05b8
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Nov 21 23:45:44 2023 +0100

    gnu: grilo: Update to 0.3.16.
    
    * gnu/packages/gnome.scm (grilo): Update to 0.3.16.
    [native-inputs]: Add python.
    [home-page]: Update.
    
    Change-Id: Iaf391b1246e74b58536a0470ea68bd53fefe2f93
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f64c502cdb..eb262e82b0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6546,7 +6546,7 @@ as possible!")
 (define-public grilo
   (package
     (name "grilo")
-    (version "0.3.15")
+    (version "0.3.16")
     (source
      (origin
        (method url-fetch)
@@ -6554,7 +6554,7 @@ as possible!")
                            (version-major+minor version) "/"
                            "grilo-" version ".tar.xz"))
        (sha256
-        (base32 "0bbvaxw2das8826663z23y0acbdmcvggwdh64ws9jrk56vvsqlpk"))))
+        (base32 "15mxffs7f7ndzimpvpq4lj48km5p6i9gyqxa4ggq1qpcqpl80ic8"))))
     (build-system meson-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases
@@ -6569,6 +6569,7 @@ as possible!")
            pkg-config
            gobject-introspection
            gtk-doc/stable
+           python
            vala))
     (inputs
      (list cyrus-sasl
@@ -6583,7 +6584,7 @@ as possible!")
             (variable "GRL_PLUGIN_PATH")
             (files (list (string-append "lib/grilo-"
                                         (version-major+minor version)))))))
-    (home-page "https://wiki.gnome.org/action/show/Projects/Grilo";)
+    (home-page "https://wiki.gnome.org/Projects/Grilo";)
     (synopsis "Framework for discovering and browsing media")
     (description
      "Grilo is a framework focused on making media discovery and browsing easy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]