From 3b2ea818940c89d92618c37c37d3008c31060460 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Mon, 11 Apr 2022 14:05:01 +0200 Subject: gnu: elementary-xfce-icon-theme: Update to 0.16. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.16. Signed-off-by: Ludovic Courtès --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index a7682bcd32..f0c241cc75 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -269,7 +269,7 @@ it to your needs by using several command line options.") (define-public elementary-xfce-icon-theme (package (name "elementary-xfce-icon-theme") - (version "0.15.2") + (version "0.16") (source (origin (method git-fetch) (uri @@ -279,7 +279,7 @@ it to your needs by using several command line options.") (file-name (git-file-name name version)) (sha256 (base32 - "1g6vndqvp11c2kl5vkpzb1wxvr2pfb3hvqxjjdgx6qzq9x8zmiqk")))) + "1s8g7qyjdlq93fbrgysahy5kcbd8b2cpnfmpdvl0vbzyhy2x18d7")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no check target -- cgit v1.2.3