diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-12-30 16:17:37 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-01-07 10:37:05 +0800 |
commit | fc973ae399584c4a345b6c3080c611d64b321495 (patch) | |
tree | b37c37c55d5344ca761cac1fd9623261b151d8d0 /gnu/packages | |
parent | aec0dea1f63fe3b7e64bb611274590d570205b95 (diff) | |
download | guix-fc973ae399584c4a345b6c3080c611d64b321495.tar.gz guix-fc973ae399584c4a345b6c3080c611d64b321495.zip |
gnu: elementary-xfce-icon-theme: Update to 0.18.
* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.18.
Change-Id: Ibcb595e20553c18893db3cad5d95bd85ef1c04fc
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files 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 |