mhw pushed a commit to branch gnome-updates
in repository guix.

commit 11bffbfab66e69ddb1bb39d10415f3a712afa904
Author: Mark H Weaver <[email protected]>
Date:   Mon Jan 9 04:16:12 2017 -0500

    gnu: network-manager: Update to 1.4.4.
    
    * gnu/packages/gnome.scm (network-manager): Update to 1.4.4.
---
 gnu/packages/gnome.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a8b2514..1b89405 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4455,7 +4455,7 @@ users.")
 (define-public network-manager
   (package
     (name "network-manager")
-    (version "1.4.2")
+    (version "1.4.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/NetworkManager/"
@@ -4463,7 +4463,7 @@ users.")
                                   "NetworkManager-" version ".tar.xz"))
               (sha256
                (base32
-                "016jc21mwjxvnfiblp5lji55sr8aq6w8a08fsjmqvnpnvm3y6r58"))
+                "029k2f1arx1m5hppmr778i9yg34jj68nmji3i89qs06c33rpi4w2"))
               (snippet
               '(begin
                  (use-modules (guix build utils))

Reply via email to