mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: lxpanel: Update to 0.10.1.
This fixes the build with gdk-pixbuf@2.42.4. * gnu/packages/lxde.scm (lxpanel): Update to 0.10.1.
This commit is contained in:
parent
95511f0de1
commit
4424fff4dc
1 changed files with 2 additions and 2 deletions
|
@ -566,14 +566,14 @@ (define-public lxsession
|
|||
(define-public lxpanel
|
||||
(package
|
||||
(name "lxpanel")
|
||||
(version "0.10.0")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
||||
"lxpanel-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0zis3b815p375s6mymhf5sn1a0c1xv0ixxzb0mh3fqhrby6cqy26"))))
|
||||
(base32 "1s0y8jjkw6qz0r8l90618b8xly0c8g906kah7b162sz3sxbqyc8y"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue