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).
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-15 06:26:13 +02:00
parent dd93e8a2b7
commit 58065ddd42
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 5 deletions

View File

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