mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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 @@ (define-public mate-menus
|
|||
(define-public mate-applets
|
||||
(package
|
||||
(name "mate-applets")
|
||||
(version "1.24.1")
|
||||
(version "1.26.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||
"mate-applets-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0h70i4x3bk017pgv4zn280682wm58vwdjm7kni91ni8rmblnnvyp"))))
|
||||
(base32 "1hn22xxmkm3s1477war7w7lb7yh77b3251y1why37p3nncfzdf1s"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
|
@ -533,6 +533,7 @@ (define-public mate-applets
|
|||
gtksourceview-3
|
||||
libgtop
|
||||
libmateweather
|
||||
libnl
|
||||
libnotify
|
||||
libx11
|
||||
libxml2
|
||||
|
|
Loading…
Reference in a new issue