diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-24 11:10:38 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-24 11:10:38 +0900 |
| commit | 0a91f83fb340d4d1f7b87f07e346194d145a1291 (patch) | |
| tree | eeffa0fffe4126115dffc31cae65067710d6dda7 /gnu | |
| parent | 529eb79f0ff080feea130215e48b4a321f7757de (diff) | |
gnu: gnome-clocks: Update to 50.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 50.0.
[native-inputs]: Add vorbis-tools.
Change-Id: Ibad1fd82969ac782419c82445f34576af53b018c
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 124e3dac7cd..78a7fc817b6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10582,7 +10582,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.") (define-public gnome-clocks (package (name "gnome-clocks") - (version "48.0") + (version "50.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -10590,7 +10590,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.") name "-" version ".tar.xz")) (sha256 (base32 - "0qkw10wbz0yg3cqr3x501z5604vmaklijqknp4k1y2rhfpxy2vk1")))) + "1illwzfghcxq3dmf4wchwhb9xwm1kcn6a5j79m1gpwpl8izpy5mz")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t @@ -10608,7 +10608,8 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.") `(,glib "bin") ; for glib-compile-resources itstool pkg-config - vala)) + vala + vorbis-tools)) (inputs (list geoclue geocode-glib |
