[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/15: gnu: ucsim: Update to 0.8.0.
From: |
guix-commits |
Subject: |
09/15: gnu: ucsim: Update to 0.8.0. |
Date: |
Thu, 28 Sep 2023 05:46:44 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 843978bc4f6d17a70ffbcf6da288ce6d8f5fb85c
Author: Simon South <simon@simonsouth.net>
AuthorDate: Wed Sep 27 10:55:37 2023 -0400
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>
---
gnu/packages/embedded.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 6a21a71d07..040290f94e 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1592,16 +1592,16 @@ handling communication with eBUS devices connected to a
2-wire bus system
(define-public ucsim
(package
(name "ucsim")
- (version "0.7.1")
+ (version "0.8.0")
(source (origin
(method url-fetch)
(uri (string-append
- "http://mazsola.iit.uni-miskolc.hu/ucsim/download/unix/"
- "source/v" (version-major+minor version) ".x/"
- "ucsim-" version ".tar.gz"))
+ "http://mazsola.iit.uni-miskolc.hu/ucsim/download/"
+ "v" (version-major+minor version) ".x/"
+ "ucsim_" version "_orig.tar.gz"))
(sha256
(base32
- "080471wvkjdzxz5j3zdaq1apjcj84ql50kn26b7p4ansixnimml4"))))
+ "0qyrrna2ssvwla15al183r9zqnqdxxlqawyhx9c86a10m8q8qqlz"))))
(build-system gnu-build-system)
(arguments
(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/")
(synopsis "Simulators for various microcontroller families")
(description "μCsim is a collection of software simulators for
-microcontrollers in the Atmel AVR; Intel MCS-51 (8051); MOS Technology 6502;
-Motorola 6800, 68HC08 and 6809; P1516; Padauk PDK13, PDK14 and PDK15;
-STMicroelectronics ST7 and STM8; Xilinx PicoBlaze; and Zilog Z80 families,
-plus many of their variants.")
+microcontrollers in the Atmel AVR; Fairchild F8; Intel MCS-51 (8051) and 8085;
+MOS Technology 6502; Motorola 6800, 6809, 68HC08, 68HC11 and 68HC12; P1516;
+Padauk PDK13, PDK14 and PDK15; STMicroelectronics ST7 and STM8; Xilinx
+PicoBlaze; and Zilog Z80 families, plus many of their variants.")
(license license:gpl2+)))
(define-public sdcc
- branch master updated (c480222665 -> 6fa85076ae), guix-commits, 2023/09/28
- 06/15: gnu: ucsim: Use gexps., guix-commits, 2023/09/28
- 03/15: gnu: openssl@1.1: Upgrade replacement to 1.1.1u., guix-commits, 2023/09/28
- 08/15: gnu: ucsim: Move documentation to "doc" output., guix-commits, 2023/09/28
- 02/15: gnu: openssl@1.1: Really replace with fixed version., guix-commits, 2023/09/28
- 04/15: gnu: ublock-origin: Update to 1.51.0., guix-commits, 2023/09/28
- 15/15: gnu: fulcrum: Update to 1.9.1., guix-commits, 2023/09/28
- 09/15: gnu: ucsim: Update to 0.8.0.,
guix-commits <=
- 11/15: gnu: emacs-sly: Update to 1.0.43-8.df62aba., guix-commits, 2023/09/28
- 10/15: archive: Fix ‘--version’ typo., guix-commits, 2023/09/28
- 14/15: gnu: Add simdjson 0.6., guix-commits, 2023/09/28
- 13/15: gnu: Add robin-hood-hashing., guix-commits, 2023/09/28
- 07/15: gnu: ucsim: Disable tests., guix-commits, 2023/09/28
- 01/15: gnu: guix: Update to d0438fc., guix-commits, 2023/09/28
- 12/15: gnu: sbcl-slynk: Update to 1.0.43-8-df62aba., guix-commits, 2023/09/28
- 05/15: gnu: xpra: Update to 5.0.2, guix-commits, 2023/09/28