mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 03:06:40 +01:00
gnu: network-manager-applet: Update to 1.30.0.
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.30.0. [inputs]: Remove libnotify. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
9928b6c495
commit
517740d1dd
1 changed files with 2 additions and 3 deletions
|
@ -8901,7 +8901,7 @@ (define-public mobile-broadband-provider-info
|
|||
(define-public network-manager-applet
|
||||
(package
|
||||
(name "network-manager-applet")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/network-manager-applet/"
|
||||
|
@ -8909,7 +8909,7 @@ (define-public network-manager-applet
|
|||
"network-manager-applet-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17742kgmbj9w545zwnirgr0i40zl0xzp8jx7b8c1krp93mc4h0sw"))))
|
||||
"1lswxfxjfbiknspwli8d65i0bnyfazzcnrqckaw0s44zkm7bh5lm"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
|
@ -8930,7 +8930,6 @@ (define-public network-manager-applet
|
|||
(list gcr
|
||||
libappindicator
|
||||
libgudev
|
||||
libnotify
|
||||
libsecret
|
||||
libselinux
|
||||
jansson ; for team support
|
||||
|
|
Loading…
Reference in a new issue