guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 498e404c679acd5c87ec7e7614d12d0ce784076c
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:09 2026 +0900
gnu: adwaita-icon-theme: Update to 49.0.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 49.0.
Change-Id: If6cfbf9bd306c5a93e13bbbe6ac2e7e9f1ea2474
---
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 6443f2b7eb..5f9da18381 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2873,7 +2873,7 @@ GNOME and KDE desktops to the icon names proposed in the
specification.")
(define-public adwaita-icon-theme
(package
(name "adwaita-icon-theme")
- (version "48.1")
+ (version "49.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2881,7 +2881,7 @@ GNOME and KDE desktops to the icon names proposed in the
specification.")
name "-" version ".tar.xz"))
(sha256
(base32
- "04kfi8qpvghhmj83p03k509pnsp8ywlrii1qm0xv056dxf39pznb"))))
+ "0p3mj6bl8wp1cri2qdszqrqqs47irh7qvajr5yaaly5js5hn85k5"))))
(build-system meson-build-system)
(arguments
(list #:phases