guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit e9c140f351da6703728e3a60881ad98ee631ffa0
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:20 2025 +0900
gnu: adwaita-icon-theme: Update to 48.1.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 48.1.
Change-Id: I8b9ae77d1c6eb40688e233a484c655b28483b69d
---
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 6121c4da58..024f52c2dc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2883,7 +2883,7 @@ GNOME and KDE desktops to the icon names proposed in the
specification.")
(define-public adwaita-icon-theme
(package
(name "adwaita-icon-theme")
- (version "46.2")
+ (version "48.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2891,7 +2891,7 @@ GNOME and KDE desktops to the icon names proposed in the
specification.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1jxmjq7jvbkf6rv01y2vjx2g8iic7gkxa6085rvblfck8awjdcdy"))))
+ "04kfi8qpvghhmj83p03k509pnsp8ywlrii1qm0xv056dxf39pznb"))))
(build-system meson-build-system)
(arguments
(list #:phases