gnu: adwaita-icon-theme: Update to 3.26.1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 Dec 2017 07:10:03 +0000 (08:10 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 26 Dec 2017 13:41:02 +0000 (14:41 +0100)
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.1.

gnu/packages/gnome.scm

index a051d79..7a9e833 100644 (file)
@@ -882,7 +882,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.26.0")
+    (version "3.26.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -890,7 +890,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04i2s6hkgzxgmq85dynmzih8rw5krc5apkks962mhgri37g8bbcw"))))
+                "17fpahgh5dyckgz7rwqvzgnhx53cx9kr2xw0szprc6bnqy977fi8"))))
     (native-inputs
      `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))