mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cmst: Update to 2019.01.13.
* gnu/packages/connman.scm (cmst): Update to 2019.01.13.
This commit is contained in:
parent
92fe25130c
commit
8fd6049403
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ (define-public econnman
|
|||
(define-public cmst
|
||||
(package
|
||||
(name "cmst")
|
||||
(version "2017.09.19")
|
||||
(version "2019.01.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -145,7 +145,7 @@ (define-public cmst
|
|||
"https://github.com/andrew-bibb/cmst/releases/download/cmst-"
|
||||
version "/cmst-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0dh4639n3l8a19svaagib41hdq5q7x70bnc28dmnwy4jflf38yrm"))))
|
||||
(base32 "1cn6xz2rpkf5kx5d6p2x2lh85zppjacp59l6gj3n6x12p90al1vl"))))
|
||||
(inputs
|
||||
`(("qtbase" ,qtbase)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue