~ruther/guix-local

40d288d6e1db66ccf892adb4938884d2f0c91f5a — 宋文武 1 year, 3 months ago ce22ccc
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
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +3 -3
@@ 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