guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit e044431d95038cdf232dbaf817ff8975afb31cce
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:20 2025 +0900

    gnu: adwaita-icon-theme: Update to 48.0.
    
    * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 48.0.
    
    Change-Id: I6fd39fe9b1ee4dc1bd1f6dcc9c2d15969fd62690
---
 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 660dec8cec..9d3bffbc2b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2994,7 +2994,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.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3002,7 +3002,7 @@ GNOME and KDE desktops to the icon names proposed in the 
specification.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1jxmjq7jvbkf6rv01y2vjx2g8iic7gkxa6085rvblfck8awjdcdy"))))
+                "1m5qavk603j2njfnm2jjpjp4c6n3zlmvyvdy2lqngnahhs46hw44"))))
     (build-system meson-build-system)
     (arguments
      (list #:phases

Reply via email to