guix_mirror_bot pushed a commit to branch master
in repository guix.

commit acaf43134703496dafa007da7141054cec664d9b
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 13:09:14 2025 +0800

    gnu: elementary-xfce-icon-theme: Update to 0.21.
    
    * gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.21.
    
    Change-Id: Iee633ef63931bac556cf5f5073cb0f9ea264c14f
---
 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 b3428f4fb6..4d3fc2acd9 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -258,7 +258,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.20.1")
+    (version "0.21")
     (source
      (origin
        (method git-fetch)
@@ -267,7 +267,7 @@ it to your needs by using several command line options.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vv0fsi8myyhxc0miaphhkl4w8g0zkbirrarclbxpahp1pmxw3g1"))))
+        (base32 "12092hb0sfb3b2ly649x45q1907rkgm1j8ipq7wdj2y2l7pwphwx"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to