diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-07-14 12:11:16 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:26 +0100 |
commit | b540531057a86cb7a126d5988e21dd2e6684dd14 (patch) | |
tree | ac77d48706ffd7ea5ff93915222dfb47fa38b9cf /gnu/packages/gnome.scm | |
parent | ab91ec764218ef58b2f90788e5cb3abc8192145b (diff) |
gnu: gnome-clocks: Update to 46.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 46.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 dc01393e04..da93322c2b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10706,7 +10706,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.") (define-public gnome-clocks (package (name "gnome-clocks") - (version "44.0") + (version "46.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -10714,7 +10714,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.") name "-" version ".tar.xz")) (sha256 (base32 - "0f1q9wxixjnhwypp6zaplxzj2lrk3x8gfy0x7811m3ybcmrskmqp")))) + "1iwr9ydg8bvd0xr4npr321km5wvkkdq2cmlbcr77byffrmwcb8za")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |