>From dea17c302b17d8fcf161fb1aa2ad3d06a7571f44 Mon Sep 17 00:00:00 2001 From: Yusuf Talha Date: Tue, 6 Sep 2022 06:04:51 +0300 Subject: [PATCH] gnu: adwaita-icon-theme: Update to 42.0. * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 42.0. --- 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 c824f822f6..dd8b6a519d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2805,7 +2805,7 @@ (define-public gnome-icon-theme (define-public adwaita-icon-theme (package/inherit gnome-icon-theme (name "adwaita-icon-theme") - (version "40.1.1") + (version "42.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2813,7 +2813,7 @@ (define-public adwaita-icon-theme name "-" version ".tar.xz")) (sha256 (base32 - "1xpqa1rgmixlp953938d08xvf7kv36h747ysial8g65dsrp46v0b")))) + "1q5i31zd5jzr12p6vn831afwnzbzf6x73wna1y86drnyr2nvb1ay")))) (native-inputs ;; The following requires the SVG pixbuf loader, provided by librsvg, ;; available on x86_64 only. -- 2.37.2