guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: elementary-xfce-icon-theme: Update to 0.18.


From: guix-commits
Subject: 02/05: gnu: elementary-xfce-icon-theme: Update to 0.18.
Date: Sat, 6 Jan 2024 21:40:40 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit fc973ae399584c4a345b6c3080c611d64b321495
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Dec 30 16:17:37 2023 +0800

    gnu: elementary-xfce-icon-theme: Update to 0.18.
    
    * gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.18.
    
    Change-Id: Ibcb595e20553c18893db3cad5d95bd85ef1c04fc
---
 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 5bde8de444..a44a871ba2 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -270,7 +270,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.17")
+    (version "0.18")
     (source (origin
               (method git-fetch)
               (uri
@@ -280,7 +280,7 @@ it to your needs by using several command line options.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jlawp6rg55w5cm4d7836r660i2pnc5gkzpdjsq7w5875i85arzm"))))
+                "124bdgghkjkpcsfn9a2ad6zqy233pi9jqmv8w8a3ha6q3al2s11s"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

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