diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-06-15 01:37:31 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-06-15 01:37:31 -0400 |
commit | 856ca567cfc791abf8fdd236ff8d150ae90a1f1d (patch) | |
tree | 5debab1318fbe5ce467b2ec9048da4ef2b5bef65 /gnu/packages/gnome.scm | |
parent | e0c95301658b994d0819a468221609120e6a12d1 (diff) | |
download | guix-856ca567cfc791abf8fdd236ff8d150ae90a1f1d.tar guix-856ca567cfc791abf8fdd236ff8d150ae90a1f1d.tar.gz |
gnu: network-manager: Update to 1.8.0.
* gnu/packages/gnome.scm (network-manager): Update to 1.8.0.
[inputs]: Add curl, cyrus-sasl and eudev.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1080ddfeb5..a5d7c39387 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4694,7 +4694,7 @@ users.") (define-public network-manager (package (name "network-manager") - (version "1.6.2") + (version "1.8.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/NetworkManager/" @@ -4702,7 +4702,7 @@ users.") "NetworkManager-" version ".tar.xz")) (sha256 (base32 - "1y96k82rav8if334jl500zc024d210c4pgprh94yqyz3rmanyaxj")) + "17pn7kzilyl0qk525gp9xnbz4x0ssrdmgk1lvw95pyfd6rm5qnps")) (snippet '(begin (use-modules (guix build utils)) @@ -4783,8 +4783,11 @@ users.") ("python-dbus" ,python-dbus) ("python-pygobject" ,python-pygobject))) (inputs - `(("dbus-glib" ,dbus-glib) + `(("curl" ,curl) + ("cyrus-sasl" ,cyrus-sasl) + ("dbus-glib" ,dbus-glib) ("dnsmasq" ,dnsmasq) + ("eudev" ,eudev) ("gnutls" ,gnutls) ("iptables" ,iptables) ("isc-dhcp" ,isc-dhcp) |