mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: cbatticon: Update to 1.6.13.
* gnu/packages/admin.scm (cbatticon): Update to 1.6.13. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
a0819cd5bc
commit
18b13341ea
1 changed files with 2 additions and 2 deletions
|
@ -3568,7 +3568,7 @@ (define-public di
|
|||
(define-public cbatticon
|
||||
(package
|
||||
(name "cbatticon")
|
||||
(version "1.6.10")
|
||||
(version "1.6.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3576,7 +3576,7 @@ (define-public cbatticon
|
|||
(url "https://github.com/valr/cbatticon")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0ivm2dzhsa9ir25ry418r2qg2llby9j7a6m3arbvq5c3kaj8m9jr"))
|
||||
(base32 "1xs37xrycvk0021r5l3xs4ijgf3lm25d2zhm8dppb5kx66xcj22m"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue