mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
ce22ccc5fc
commit
40d288d6e1
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue