gnu: ebusd: Update to 23.2.

* gnu/packages/embedded.scm (ebusd): Update to 23.2.
This commit is contained in:
Danny Milosavljevic 2023-08-25 01:09:05 +02:00
parent 738b0e4ccc
commit 2c4131ebb3
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1460,16 +1460,16 @@ (define-public west
(define-public ebusd
(package
(name "ebusd")
(version "3.4")
(version "23.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/john30/ebusd")
(commit (string-append "v" version))))
(commit version)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0iva70bam7wdx60bpd3an9kxr28zxlvp3vprivgqshwwdhqa0hzp"))))
"1zqnxk6vgszlf410pypsjjliiy9wawy585fm7v25mka47i6iqafq"))))
(build-system gnu-build-system)
(arguments
`(#:phases