summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-12-14 14:02:11 -0500
committerKei Kebreau <kkebreau@posteo.net>2020-04-18 16:48:31 -0400
commite21788f2cc1a01ecf6ed273fbfc2764971caa291 (patch)
treeb63b4f634c819324a037c20a8f569eef24a1f574
parentcef392f3936922b7b0b74bd59be67e660c10db67 (diff)
downloadpatches-e21788f2cc1a01ecf6ed273fbfc2764971caa291.tar
patches-e21788f2cc1a01ecf6ed273fbfc2764971caa291.tar.gz
gnu: adwaita-icon-theme: Update to 3.34.3.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.34.3. (cherry picked from commit e8cccae4e1964df5bbe63c37bc5b23dea5e19709)
-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 2e406c5485..435684a1cd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1742,7 +1742,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.32.0")
+ (version "3.34.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1750,7 +1750,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.")
name "-" version ".tar.xz"))
(sha256
(base32
- "11ij35na8nisvxx3qh527iz33h6z2q1a7iinqyp7p65v0zjbd3b9"))))
+ "025rj1fskw1y448hiar4a9icyzpyr242nlh9xhsmyp8jb71dihp7"))))
(native-inputs
`(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))