summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-07-19 10:17:19 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-12-07 14:04:08 -0500
commit9be59d7fd0d1a41abc6cbbc8bf8c65cb8031e7eb (patch)
treead56dd0ca3f404f9a9362f49f99de27a9b048849 /gnu
parent4e23d65056fff3953404693a83f090cb54e02600 (diff)
downloadguix-9be59d7fd0d1a41abc6cbbc8bf8c65cb8031e7eb.tar.gz
gnu: adwaita-icon-theme: Update to 3.32.0.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.32.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cddfd75cc0..27623fb217 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -965,7 +965,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.")
 (define-public adwaita-icon-theme
   (package (inherit gnome-icon-theme)
     (name "adwaita-icon-theme")
-    (version "3.30.1")
+    (version "3.32.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -973,7 +973,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1kp1lis3dr16jmlgycz1b29jsr6ir8wmqj6laqwlhs663cmjlxbd"))))
+                "11ij35na8nisvxx3qh527iz33h6z2q1a7iinqyp7p65v0zjbd3b9"))))
     (native-inputs
      `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))