gnu: elementary-xfce-icon-theme: Update to 0.20.1.

* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.20.1.
[license]: Change to GPL3+.

Change-Id: I30877871b5669b88ecfb0e85dd455d3be7151c7a
This commit is contained in:
宋文武 2025-02-18 11:18:58 +08:00
parent ce22ccc5fc
commit 40d288d6e1
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -279,7 +279,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")
(version "0.20.1")
(source
(origin
(method git-fetch)
@ -288,7 +288,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 "0fdfqf98rk3z30qcs5ca3i3ybwg4icvq6yrxwv8i3yl0ikw6rc4k"))))
(base32 "1vv0fsi8myyhxc0miaphhkl4w8g0zkbirrarclbxpahp1pmxw3g1"))))
(build-system gnu-build-system)
(arguments
(list
@ -306,7 +306,7 @@ it to your needs by using several command line options.")
"This is a fork of the upstream elementary project. This icon
theme is supposed to keep everything working for Xfce, but gets updates from
upstream occasionally.")
(license gpl2+)))
(license gpl3+)))
(define-public exo
(package