[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")
- 17/21: gnu: musl: Update to 1.1.22., (continued)
- 17/21: gnu: musl: Update to 1.1.22., guix-commits, 2019/04/15
- 04/21: gnu: libwacom: Update to 0.33., guix-commits, 2019/04/15
- 16/21: gnu: socat: Update to 1.7.3.3., guix-commits, 2019/04/15
- 15/21: gnu: toxic: Update to 0.8.3., guix-commits, 2019/04/15
- 21/21: gnu: perl-net-dns: Update to 1.20., guix-commits, 2019/04/15
- 01/21: gnu: connman: Don't use NAME in source URI., guix-commits, 2019/04/15
- 06/21: gnu: yubikey-personalization: Update to 1.19.3., guix-commits, 2019/04/15
- 09/21: gnu: meld: Update to 3.20.1., guix-commits, 2019/04/15
- 12/21: gnu: ncmpc: Update to 0.34., guix-commits, 2019/04/15
- 14/21: gnu: toxic: Don't use unstable tarball., guix-commits, 2019/04/15
- 02/21: gnu: connman: Update to 1.37.,
guix-commits <=
- 03/21: gnu: ncdc: Update to 1.21., guix-commits, 2019/04/15
- 20/21: gnu: fswatch: Update to 1.14.0., guix-commits, 2019/04/15
- 11/21: gnu: quilt: Update to 0.66., guix-commits, 2019/04/15
- 19/21: gnu: fswatch: Don't use NAME in source URI., guix-commits, 2019/04/15
- 18/21: gnu: aj-snapshot: Update to 0.9.9., guix-commits, 2019/04/15