me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-eyes-plugin: Update to 4.5.1.

* gnu/packages/xfce.scm (xfce4-eyes-plugin): Update to 4.5.1.
master
Tobias Geerinckx-Rice 2020-07-11 21:11:27 +02:00
parent 59668de423
commit 2cd765116c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1284,7 +1284,7 @@ core or CPU.")
(define-public xfce4-eyes-plugin
(package
(name "xfce4-eyes-plugin")
(version "4.5.0")
(version "4.5.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@ -1293,7 +1293,7 @@ core or CPU.")
"/xfce4-eyes-plugin-" version ".tar.bz2"))
(sha256
(base32
"17gj6fbvvrdzvz61czmia8hqynllsnmhk61fs4aml443cc1h1bpx"))))
"1iaszzkagl1mb0cdafrvlfjnjklhhs9y90517par34sjiqbq1dsd"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)