guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/21: gnu: connman: Update to 1.37.


From: guix-commits
Subject: 02/21: gnu: connman: Update to 1.37.
Date: Mon, 15 Apr 2019 05:00:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 58065ddd42872e615710fb16456b7cb6e1f9c80d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 15 06:26:13 2019 +0200

    gnu: connman: Update to 1.37.
    
    * gnu/packages/connman.scm (connman): Update to 1.37.
    [arguments]: Remove unconventional comment (it's implicit in the name).
---
 gnu/packages/connman.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm
index 4369e06..39262b8 100644
--- a/gnu/packages/connman.scm
+++ b/gnu/packages/connman.scm
@@ -44,15 +44,14 @@
 (define-public connman
   (package
     (name "connman")
-    (version "1.36")
+    (version "1.37")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "mirror://kernel.org/linux/network/connman/"
                             "connman-" version ".tar.xz"))
     (sha256
-     (base32
-      "0x00dq5c2frz06md3g5y0jh5kbcj2hrfl5qjcqga8gs4ri0xp2f7"))))
+     (base32 "05kfjiqhqfmbbwc4snnyvi5hc4zxanac62f6gcwaf5mvn0z9pqkc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -63,8 +62,6 @@
              "--enable-vpnc"
              "--enable-pptp"
              "--enable-l2tp"
-             ;; location for daemon state files and internal configuration
-             ;; needs to be writeable
              "--localstatedir=/var"
              (string-append
               "--with-dbusconfdir=" (assoc-ref %outputs "out") "/etc")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]