gnu: ucsim: Update to 0.8.0.
* gnu/packages/embedded.scm (ucsim): Update to 0.8.0. [source]: Update source URI. [description]: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
06b4aa57b7
commit
843978bc4f
1 changed files with 9 additions and 9 deletions
|
@ -1592,16 +1592,16 @@ handling communication with eBUS devices connected to a 2-wire bus system
|
||||||
(define-public ucsim
|
(define-public ucsim
|
||||||
(package
|
(package
|
||||||
(name "ucsim")
|
(name "ucsim")
|
||||||
(version "0.7.1")
|
(version "0.8.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://mazsola.iit.uni-miskolc.hu/ucsim/download/unix/"
|
"http://mazsola.iit.uni-miskolc.hu/ucsim/download/"
|
||||||
"source/v" (version-major+minor version) ".x/"
|
"v" (version-major+minor version) ".x/"
|
||||||
"ucsim-" version ".tar.gz"))
|
"ucsim_" version "_orig.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"080471wvkjdzxz5j3zdaq1apjcj84ql50kn26b7p4ansixnimml4"))))
|
"0qyrrna2ssvwla15al183r9zqnqdxxlqawyhx9c86a10m8q8qqlz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1628,10 +1628,10 @@ handling communication with eBUS devices connected to a 2-wire bus system
|
||||||
(home-page "http://mazsola.iit.uni-miskolc.hu/ucsim/")
|
(home-page "http://mazsola.iit.uni-miskolc.hu/ucsim/")
|
||||||
(synopsis "Simulators for various microcontroller families")
|
(synopsis "Simulators for various microcontroller families")
|
||||||
(description "μCsim is a collection of software simulators for
|
(description "μCsim is a collection of software simulators for
|
||||||
microcontrollers in the Atmel AVR; Intel MCS-51 (8051); MOS Technology 6502;
|
microcontrollers in the Atmel AVR; Fairchild F8; Intel MCS-51 (8051) and 8085;
|
||||||
Motorola 6800, 68HC08 and 6809; P1516; Padauk PDK13, PDK14 and PDK15;
|
MOS Technology 6502; Motorola 6800, 6809, 68HC08, 68HC11 and 68HC12; P1516;
|
||||||
STMicroelectronics ST7 and STM8; Xilinx PicoBlaze; and Zilog Z80 families,
|
Padauk PDK13, PDK14 and PDK15; STMicroelectronics ST7 and STM8; Xilinx
|
||||||
plus many of their variants.")
|
PicoBlaze; and Zilog Z80 families, plus many of their variants.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public sdcc
|
(define-public sdcc
|
||||||
|
|
Reference in a new issue