gnu: cbatticon: Update to 1.6.10.
* gnu/packages/admin.scm (cbatticon): Update to 1.6.10.
This commit is contained in:
parent
4a62a29de3
commit
50db7df4d2
1 changed files with 2 additions and 2 deletions
|
@ -2517,7 +2517,7 @@ produce uniform output across heterogeneous networks.")
|
||||||
(define-public cbatticon
|
(define-public cbatticon
|
||||||
(package
|
(package
|
||||||
(name "cbatticon")
|
(name "cbatticon")
|
||||||
(version "1.6.9")
|
(version "1.6.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2525,7 +2525,7 @@ produce uniform output across heterogeneous networks.")
|
||||||
(url "https://github.com/valr/cbatticon.git")
|
(url "https://github.com/valr/cbatticon.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kw09d678sd3m18fmi4380sl4a2m5lkfmq0kps16cdmq7z80rvaf"))
|
(base32 "0ivm2dzhsa9ir25ry418r2qg2llby9j7a6m3arbvq5c3kaj8m9jr"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue