gnu: sdcc: Update to 4.3.0.

* gnu/packages/embedded.scm (sdcc): Update to 4.3.0.
* gnu/packages/patches/sdcc-disable-non-free-code.patch: Update to match new
version.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Simon South 2023-09-28 16:14:48 -04:00 committed by Christopher Baines
parent a97d032c7b
commit ee5de9cdf2
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577
2 changed files with 198 additions and 170 deletions

View file

@ -1637,7 +1637,7 @@ (define-public ucsim
(define-public sdcc
(package
(name "sdcc")
(version "4.2.0")
(version "4.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1645,7 +1645,7 @@ (define-public sdcc
"/" version "/sdcc-src-" version ".tar.bz2"))
(sha256
(base32
"0ly0m3q9vzjb9kcfjh79s77wpl4w7xhybzy4h9x0bmmw4cfsx6xl"))
"1kckr20jqa4rp4qcw38lwagmw3yfm3z0xb4kygd0608847qc0vra"))
(modules '((guix build utils)))
(snippet
#~(begin

File diff suppressed because it is too large Load diff