Archived
1
0
Fork 0

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 @@ 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