diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-12-20 11:11:39 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-12-22 14:08:47 +0800 |
commit | 29322c8976a6835c5b76af316720fba3c50b257e (patch) | |
tree | 17340805b83724a011080d82a8d8eda11eb08ce8 /gnu/packages/xfce.scm | |
parent | e5246e98f87d738109c5613b37d2ca27bf561dc6 (diff) | |
download | guix-29322c8976a6835c5b76af316720fba3c50b257e.tar.gz guix-29322c8976a6835c5b76af316720fba3c50b257e.zip |
gnu: elementary-xfce-icon-theme: Update to 0.20.
* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.20.
Change-Id: I230bf0e71ab85dfd31beec4a7b9b826dedd842dc
Diffstat (limited to 'gnu/packages/xfce.scm')
-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 bc1af0c495..b9b7b00818 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -277,7 +277,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.19") + (version "0.20") (source (origin (method git-fetch) (uri @@ -287,7 +287,7 @@ it to your needs by using several command line options.") (file-name (git-file-name name version)) (sha256 (base32 - "0yvn8s7z18g4far37xyq6d5hw9x89injkdcy21sibpwjkv2cy6kv")))) + "0fdfqf98rk3z30qcs5ca3i3ybwg4icvq6yrxwv8i3yl0ikw6rc4k")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no check target |