From cf4bfd02bf93d35d5813e8b42248387d34667d18 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 19 May 2025 14:01:19 +0900 Subject: [PATCH] gnu: gnome-user-share: Update to 48.1. * gnu/packages/gnome.scm (gnome-user-share): Update to 48.1. Change-Id: Ia1fb8ed97c17a9e264792d02f417d9fc7c025f15 --- 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 4b295635e90..486c98bd1bb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1596,7 +1596,7 @@ tour of all gnome components and allows the user to set them up.") (define-public gnome-user-share (package (name "gnome-user-share") - (version "43.0") + (version "48.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1604,7 +1604,7 @@ tour of all gnome components and allows the user to set them up.") name "-" version ".tar.xz")) (sha256 (base32 - "1kiq2n39yz7szcf7wrs5vhd2hdn04zx1pxgp7qskycaq0nm0dwqd")))) + "0xxsb3w2x2pzwyzw9h98v3f79qblni2rmfkzmyrdfzzayd7gvg42")))) (build-system meson-build-system) (arguments (list #:glib-or-gtk? #t