unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67368] [PATCH] gnu: ucsim: Update to 0.8.2.
@ 2023-11-22 13:05 iyzsong--- via Guix-patches via
  2023-11-22 13:05 ` [bug#67401] " iyzsong--- via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-11-22 13:05 UTC (permalink / raw)
  To: 67368; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/embedded.scm (ucsim): Update to 0.8.2.

Change-Id: Id1a18ef918b28b75311a01f512a3bbfdb545cd41
---
 gnu/packages/embedded.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index af2cab1e67..313675814a 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1592,7 +1592,7 @@ (define-public ebusd
 (define-public ucsim
   (package
     (name "ucsim")
-    (version "0.8.0")
+    (version "0.8.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1601,7 +1601,7 @@ (define-public ucsim
                     "ucsim_" version "_orig.tar.gz"))
               (sha256
                (base32
-                "0qyrrna2ssvwla15al183r9zqnqdxxlqawyhx9c86a10m8q8qqlz"))))
+                "1zdvzfhdsbydyyjy5rf2934bn06skdlnky6l9ngbp2k645g0ynlh"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: 857f5017507cfe6cbf742bfb7d33c1520f8c6d15
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#67401] [PATCH] gnu: ucsim: Update to 0.8.2.
  2023-11-22 13:05 [bug#67368] [PATCH] gnu: ucsim: Update to 0.8.2 iyzsong--- via Guix-patches via
@ 2023-11-22 13:05 ` iyzsong--- via Guix-patches via
  2023-11-26 13:42 ` bug#67401: " Mathieu Othacehe
  2023-11-26 13:43 ` bug#67368: " Mathieu Othacehe
  2 siblings, 0 replies; 4+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-11-22 13:05 UTC (permalink / raw)
  To: 67401; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/embedded.scm (ucsim): Update to 0.8.2.

Change-Id: Id1a18ef918b28b75311a01f512a3bbfdb545cd41
---
 gnu/packages/embedded.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index af2cab1e67..313675814a 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1592,7 +1592,7 @@ (define-public ebusd
 (define-public ucsim
   (package
     (name "ucsim")
-    (version "0.8.0")
+    (version "0.8.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1601,7 +1601,7 @@ (define-public ucsim
                     "ucsim_" version "_orig.tar.gz"))
               (sha256
                (base32
-                "0qyrrna2ssvwla15al183r9zqnqdxxlqawyhx9c86a10m8q8qqlz"))))
+                "1zdvzfhdsbydyyjy5rf2934bn06skdlnky6l9ngbp2k645g0ynlh"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: 857f5017507cfe6cbf742bfb7d33c1520f8c6d15
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#67401: [PATCH] gnu: ucsim: Update to 0.8.2.
  2023-11-22 13:05 [bug#67368] [PATCH] gnu: ucsim: Update to 0.8.2 iyzsong--- via Guix-patches via
  2023-11-22 13:05 ` [bug#67401] " iyzsong--- via Guix-patches via
@ 2023-11-26 13:42 ` Mathieu Othacehe
  2023-11-26 13:43 ` bug#67368: " Mathieu Othacehe
  2 siblings, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2023-11-26 13:42 UTC (permalink / raw)
  To: iyzsong; +Cc: 宋文武, 67401-done


> * gnu/packages/embedded.scm (ucsim): Update to 0.8.2.

Applied, thanks,

Mathieu




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#67368: [PATCH] gnu: ucsim: Update to 0.8.2.
  2023-11-22 13:05 [bug#67368] [PATCH] gnu: ucsim: Update to 0.8.2 iyzsong--- via Guix-patches via
  2023-11-22 13:05 ` [bug#67401] " iyzsong--- via Guix-patches via
  2023-11-26 13:42 ` bug#67401: " Mathieu Othacehe
@ 2023-11-26 13:43 ` Mathieu Othacehe
  2 siblings, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2023-11-26 13:43 UTC (permalink / raw)
  To: iyzsong; +Cc: 宋文武, 67368-done


> * gnu/packages/embedded.scm (ucsim): Update to 0.8.2.

Duplicate of #67401, closing,

Mathieu




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-26 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 13:05 [bug#67368] [PATCH] gnu: ucsim: Update to 0.8.2 iyzsong--- via Guix-patches via
2023-11-22 13:05 ` [bug#67401] " iyzsong--- via Guix-patches via
2023-11-26 13:42 ` bug#67401: " Mathieu Othacehe
2023-11-26 13:43 ` bug#67368: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).