guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/11: gnu: elementary-xfce-icon-theme: Update to 0.16.


From: guix-commits
Subject: 08/11: gnu: elementary-xfce-icon-theme: Update to 0.16.
Date: Fri, 15 Apr 2022 13:14:29 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3b2ea818940c89d92618c37c37d3008c31060460
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Apr 11 14:05:01 2022 +0200

    gnu: elementary-xfce-icon-theme: Update to 0.16.
    
    * gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.16.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]