gnu: mate-applets: Update to 1.26.1.
* gnu/packages/mate.scm (mate-applets): Update to 1.26.1. [inputs]: Add libnl. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
7a08744bca
commit
fe76492e38
1 changed files with 3 additions and 2 deletions
|
@ -505,14 +505,14 @@ assorted menu related utility programs.")
|
||||||
(define-public mate-applets
|
(define-public mate-applets
|
||||||
(package
|
(package
|
||||||
(name "mate-applets")
|
(name "mate-applets")
|
||||||
(version "1.24.1")
|
(version "1.26.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||||
"mate-applets-" version ".tar.xz"))
|
"mate-applets-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0h70i4x3bk017pgv4zn280682wm58vwdjm7kni91ni8rmblnnvyp"))))
|
(base32 "1hn22xxmkm3s1477war7w7lb7yh77b3251y1why37p3nncfzdf1s"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
|
@ -533,6 +533,7 @@ assorted menu related utility programs.")
|
||||||
gtksourceview-3
|
gtksourceview-3
|
||||||
libgtop
|
libgtop
|
||||||
libmateweather
|
libmateweather
|
||||||
|
libnl
|
||||||
libnotify
|
libnotify
|
||||||
libx11
|
libx11
|
||||||
libxml2
|
libxml2
|
||||||
|
|
Reference in a new issue