diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2022-08-22 10:36:37 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-08-22 10:36:37 +0800 |
commit | 7970f1392dfa252f8f367687b1b4912f0d9e5406 (patch) | |
tree | a299ae3192815adc2d94ac098eb612d1831f7766 | |
parent | a721bf68b3fd53bcaf396cee1437f9f6898f4a9d (diff) | |
download | guix-7970f1392dfa252f8f367687b1b4912f0d9e5406.tar.gz guix-7970f1392dfa252f8f367687b1b4912f0d9e5406.zip |
gnu: elementary-xfce-icon-theme: Update to 0.17.
* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.17.
-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 fff86ff980..328ba59db3 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.16") + (version "0.17") (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 - "1s8g7qyjdlq93fbrgysahy5kcbd8b2cpnfmpdvl0vbzyhy2x18d7")))) + "0jlawp6rg55w5cm4d7836r660i2pnc5gkzpdjsq7w5875i85arzm")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no check target |