guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit bde82f1bd3758c6ed76fb11a8a7e0f0ff90c0897
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:52 2025 +0900
gnu: grilo: Update to 0.3.19.
* gnu/packages/gnome.scm (grilo): Update to 0.3.19.
Change-Id: Ide47c7c5dd16e7f45d96ce09c00726a4e431ec65
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e69d1efb8d..e06d1f3089 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6655,7 +6655,7 @@ as possible!")
(define-public grilo
(package
(name "grilo")
- (version "0.3.16")
+ (version "0.3.19")
(source
(origin
(method url-fetch)
@@ -6663,7 +6663,7 @@ as possible!")
(version-major+minor version) "/"
"grilo-" version ".tar.xz"))
(sha256
- (base32 "15mxffs7f7ndzimpvpq4lj48km5p6i9gyqxa4ggq1qpcqpl80ic8"))))
+ (base32 "01k7aclyp1z2mm6d0201zk5vav6bvla7qmkrgmk9q4xb34fwhs88"))))
(build-system meson-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases