diff options
Diffstat (limited to 'gnu')
-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 |