diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-12 03:40:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-12 23:36:23 +0200 |
commit | 0f8c520408770715a1c0a4f99640632dfa3061ae (patch) | |
tree | a018c2298044361a623b6f9eb529363442e4fcc4 | |
parent | 8fc5cdc6a09540ccbc79d5018e1136c8e7c06205 (diff) | |
download | guix-0f8c520408770715a1c0a4f99640632dfa3061ae.tar.gz |
gnu: network-manager: Update to 1.8.2.
* gnu/packages/gnome.scm (network-manager): Update to 1.8.2.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6cd284d36d..c083061eea 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4922,7 +4922,7 @@ users.") (define-public network-manager (package (name "network-manager") - (version "1.8.0") + (version "1.8.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/NetworkManager/" @@ -4930,7 +4930,7 @@ users.") "NetworkManager-" version ".tar.xz")) (sha256 (base32 - "17pn7kzilyl0qk525gp9xnbz4x0ssrdmgk1lvw95pyfd6rm5qnps")) + "1x0vzxvrck0snga2n3pc7g74m20zz74cr4r8gfspl8sckv6yz9bi")) (snippet '(begin (use-modules (guix build utils)) |