diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-19 14:01:20 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:09 +0100 |
| commit | 5676ef324e64f6870d363811a5bdd02646c44feb (patch) | |
| tree | f24ea34dd67ec74494181ca3c9c8e3899fec269f | |
| parent | ed615517917bf7e6aa2bf5f9a8e9b54624ff5f1d (diff) | |
gnu: adwaita-icon-theme: Update to 48.1.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 48.1.
Change-Id: I8b9ae77d1c6eb40688e233a484c655b28483b69d
| -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 e32500b8f95..980b5217b86 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2884,7 +2884,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 "/" @@ -2892,7 +2892,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 |
