* [bug#73354] [PATCH] gnu: opensbi: Update to 1.5.1.
@ 2024-09-19 9:56 Zheng Junjie
2024-09-19 16:11 ` bug#73354: " Vagrant Cascadian
0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2024-09-19 9:56 UTC (permalink / raw)
To: 73354; +Cc: Efraim Flashner, Vagrant Cascadian
* gnu/packages/firmware.scm (make-opensbi-package): Update to 1.5.1.
Change-Id: Ia70e7619d0b4064917b1595509bad543044830f2
---
gnu/packages/firmware.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 7911cb3203..fe6c1822fa 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
-;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -508,7 +508,7 @@ (define-public openbios-qemu-ppc
(define* (make-opensbi-package platform name #:optional (arch "riscv64"))
(package
(name name)
- (version "1.3.1")
+ (version "1.5.1")
(source
(origin
(method git-fetch)
@@ -517,7 +517,7 @@ (define* (make-opensbi-package platform name #:optional (arch "riscv64"))
(commit (string-append "v" version))))
(file-name (git-file-name "opensbi" version))
(sha256
- (base32 "01pr7fyg3gcb5pj6d48w2an3m4mfjs9b398x31drqxwqcaz0zn94"))))
+ (base32 "0mfjb9jzrmc6chsr16bjrfann67qjxiigz8q42ndf9lrp6nyigd9"))))
(build-system gnu-build-system)
(native-inputs
(append
base-commit: 610b395424c02274800d85585cb542ad66d9afea
prerequisite-patch-id: a3168ad7aa6dcfc751b9e3b5bb515db5acbf28ac
prerequisite-patch-id: d0d49144505c4858478511c2ef2f3b62ab24b2d0
prerequisite-patch-id: d3f1f3c7149847618ab708519eaf486532aa8a4b
prerequisite-patch-id: 02b90f764222a30d0bf32bc72624dc34c4db6bf1
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73354: [PATCH] gnu: opensbi: Update to 1.5.1.
2024-09-19 9:56 [bug#73354] [PATCH] gnu: opensbi: Update to 1.5.1 Zheng Junjie
@ 2024-09-19 16:11 ` Vagrant Cascadian
0 siblings, 0 replies; 2+ messages in thread
From: Vagrant Cascadian @ 2024-09-19 16:11 UTC (permalink / raw)
To: Zheng Junjie, 73354-done; +Cc: Efraim Flashner
[-- Attachment #1: Type: text/plain, Size: 635 bytes --]
On 2024-09-19, Zheng Junjie wrote:
> * gnu/packages/firmware.scm (make-opensbi-package): Update to 1.5.1.
>
> Change-Id: Ia70e7619d0b4064917b1595509bad543044830f2
Pushed as 22795da619f22a12a1823503535072104c175035.
> prerequisite-patch-id: a3168ad7aa6dcfc751b9e3b5bb515db5acbf28ac
> prerequisite-patch-id: d0d49144505c4858478511c2ef2f3b62ab24b2d0
> prerequisite-patch-id: d3f1f3c7149847618ab708519eaf486532aa8a4b
> prerequisite-patch-id: 02b90f764222a30d0bf32bc72624dc34c4db6bf1
I did not include the prerequite-patch-id references; I assume those are
other work-in-progress patches in your local branch ... ?
live well,
vagrant
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-19 16:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-19 9:56 [bug#73354] [PATCH] gnu: opensbi: Update to 1.5.1 Zheng Junjie
2024-09-19 16:11 ` bug#73354: " Vagrant Cascadian
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.