diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-26 22:57:52 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:13 +0100 |
| commit | 08c5d644f1dc2a1aeee2258f267c23789ca224cf (patch) | |
| tree | 21763cf3cf478bd96730532481e4d1ce2dd937d5 | |
| parent | cd59a0371728503f0a8978a658caa50689443320 (diff) | |
gnu: grilo: Update to 0.3.19.
* gnu/packages/gnome.scm (grilo): Update to 0.3.19.
Change-Id: Ide47c7c5dd16e7f45d96ce09c00726a4e431ec65
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6d7b9f3554b..d50b9af847a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6511,7 +6511,7 @@ as possible!") (define-public grilo (package (name "grilo") - (version "0.3.16") + (version "0.3.19") (source (origin (method url-fetch) @@ -6519,7 +6519,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 |
