mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ucsim: Update to 0.8.2.
* gnu/packages/embedded.scm (ucsim): Update to 0.8.2. Change-Id: Id1a18ef918b28b75311a01f512a3bbfdb545cd41 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
48af3de85b
commit
176440c056
1 changed files with 2 additions and 2 deletions
|
@ -1592,7 +1592,7 @@ (define-public ebusd
|
||||||
(define-public ucsim
|
(define-public ucsim
|
||||||
(package
|
(package
|
||||||
(name "ucsim")
|
(name "ucsim")
|
||||||
(version "0.8.0")
|
(version "0.8.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1601,7 +1601,7 @@ (define-public ucsim
|
||||||
"ucsim_" version "_orig.tar.gz"))
|
"ucsim_" version "_orig.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qyrrna2ssvwla15al183r9zqnqdxxlqawyhx9c86a10m8q8qqlz"))))
|
"1zdvzfhdsbydyyjy5rf2934bn06skdlnky6l9ngbp2k645g0ynlh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue