mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xfce4-eyes-plugin: Update to 4.5.1.
* gnu/packages/xfce.scm (xfce4-eyes-plugin): Update to 4.5.1.
This commit is contained in:
parent
59668de423
commit
2cd765116c
1 changed files with 2 additions and 2 deletions
|
@ -1284,7 +1284,7 @@ (define-public xfce4-cpugraph-plugin
|
||||||
(define-public xfce4-eyes-plugin
|
(define-public xfce4-eyes-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-eyes-plugin")
|
(name "xfce4-eyes-plugin")
|
||||||
(version "4.5.0")
|
(version "4.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
||||||
|
@ -1293,7 +1293,7 @@ (define-public xfce4-eyes-plugin
|
||||||
"/xfce4-eyes-plugin-" version ".tar.bz2"))
|
"/xfce4-eyes-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17gj6fbvvrdzvz61czmia8hqynllsnmhk61fs4aml443cc1h1bpx"))))
|
"1iaszzkagl1mb0cdafrvlfjnjklhhs9y90517par34sjiqbq1dsd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Loading…
Reference in a new issue