summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-12-05 17:24:44 +0100
committerKei Kebreau <kkebreau@posteo.net>2019-06-20 23:24:37 -0400
commit8c6d7b61bf05ee3c4154d8fc4279a20f509d2740 (patch)
tree4cbe96d1c62fa87f340527cf5b2deef53f56589e /gnu/packages/gnome.scm
parent2d475910fbcb33de9da4629264d12cb4854120ce (diff)
downloadpatches-8c6d7b61bf05ee3c4154d8fc4279a20f509d2740.tar
patches-8c6d7b61bf05ee3c4154d8fc4279a20f509d2740.tar.gz
gnu: network-manager-applet: Update to 1.8.18.
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.8.18. [inputs]: Add mobile-broadband-provider-info.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c1ab5d85ab..4a8c8049cf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5487,7 +5487,7 @@ to virtual private networks (VPNs) via OpenVPN.")
(define-public network-manager-applet
(package
(name "network-manager-applet")
- (version "1.8.14")
+ (version "1.8.18")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5495,7 +5495,7 @@ to virtual private networks (VPNs) via OpenVPN.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1js0i2kwfklahsn77qgxzdscy33drrlym3mrj1qhlw0zf8ri56ya"))))
+ "0y31g0lxr93370xi74hbpvcy9m81n5wdkdhq8xy2nqp0y4219p13"))))
(build-system glib-or-gtk-build-system)
(arguments '(#:configure-flags '("--disable-migration")
#:phases