mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: connman: Update to 1.44.
* gnu/packages/connman.scm (connman): Update to 1.44. Change-Id: Ia541a42334a1c5f37d4a879aa8d8d33146e9a613 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
243c141ef2
commit
ccac6f1ef9
1 changed files with 2 additions and 2 deletions
|
@ -47,14 +47,14 @@
|
|||
(define-public connman
|
||||
(package
|
||||
(name "connman")
|
||||
(version "1.43")
|
||||
(version "1.44")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/network/connman/"
|
||||
"connman-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1g735gnhhhqzjhpwv62q8mg8345a62rhyk5qwavh0yby6azcwmqj"))))
|
||||
(base32 "1zvljllg8bsi8nznx3rqpwgy68gg0k6klwgzkrgpfav3441v1qib"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue