gnu: xfce4-panel: Update to 4.12.2.

* gnu/packages/xfce.scm (xfce4-panel): Update to 4.12.2.
[source]: Update URL.
This commit is contained in:
Kei Kebreau 2019-03-16 17:47:10 -04:00
parent c3ad3d924c
commit b0f44c67d3
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 5 additions and 5 deletions

View File

@ -280,15 +280,15 @@ management D-Bus specification.")
(define-public xfce4-panel (define-public xfce4-panel
(package (package
(name "xfce4-panel") (name "xfce4-panel")
(version "4.12.0") (version "4.12.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/xfce/" (uri (string-append "https://archive.xfce.org/src/xfce/"
(version-major+minor version) name "/" (version-major+minor version) "/"
"/src/" name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1c4p3ckghvsad1sj5v8wmar5mh9cbhail9mmhad2f9pwwb10z4ih")) "1s8cvsrgmkmmm84g6mghpj2k4777gm22g5lrsf8pdy5qh6xql1a2"))
(patches (search-patches "xfce4-panel-plugins.patch")))) (patches (search-patches "xfce4-panel-plugins.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments