gnu: ebusd: Update to 23.2.
* gnu/packages/embedded.scm (ebusd): Update to 23.2.
This commit is contained in:
parent
738b0e4ccc
commit
2c4131ebb3
1 changed files with 3 additions and 3 deletions
|
@ -1460,16 +1460,16 @@ debugging them, and more.")
|
||||||
(define-public ebusd
|
(define-public ebusd
|
||||||
(package
|
(package
|
||||||
(name "ebusd")
|
(name "ebusd")
|
||||||
(version "3.4")
|
(version "23.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/john30/ebusd")
|
(url "https://github.com/john30/ebusd")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iva70bam7wdx60bpd3an9kxr28zxlvp3vprivgqshwwdhqa0hzp"))))
|
"1zqnxk6vgszlf410pypsjjliiy9wawy585fm7v25mka47i6iqafq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue