unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 73354@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>,
	Vagrant Cascadian <vagrant@debian.org>
Subject: [bug#73354] [PATCH] gnu: opensbi: Update to 1.5.1.
Date: Thu, 19 Sep 2024 17:56:29 +0800	[thread overview]
Message-ID: <805e803caaf3bbebfff3a23ccfb686a21fc7c5ad.1726739730.git.zhengjunjie@iscas.ac.cn> (raw)

* 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





             reply	other threads:[~2024-09-19  9:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-19  9:56 Zheng Junjie [this message]
2024-09-19 16:11 ` bug#73354: [PATCH] gnu: opensbi: Update to 1.5.1 Vagrant Cascadian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=805e803caaf3bbebfff3a23ccfb686a21fc7c5ad.1726739730.git.zhengjunjie@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=73354@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=vagrant@debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).