me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2021-12-19 16:25:35 +01:00
parent 95511f0de1
commit 4424fff4dc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -566,14 +566,14 @@ in LXDE.")
(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