gnu: cbatticon: Update to 1.6.7.
* gnu/packages/admin.scm (cbatticon): Update to 1.6.7.
This commit is contained in:
parent
2705a97ec4
commit
9b9e3503a9
|
@ -1805,14 +1805,14 @@ produce uniform output across heterogeneous networks.")
|
||||||
(define-public cbatticon
|
(define-public cbatticon
|
||||||
(package
|
(package
|
||||||
(name "cbatticon")
|
(name "cbatticon")
|
||||||
(version "1.6.6")
|
(version "1.6.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/valr/"
|
(uri (string-append "https://github.com/valr/"
|
||||||
name "/archive/" version ".tar.gz"))
|
name "/archive/" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rxlrwd817f2zl4fsc5ha43wjzfidq3yyagq4lgyi150qg36svv3"))
|
"1s2n49ydh7pznnf02fak4yy0wqkgi9ag7yiw1zg1lhp4m0h37hyh"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue