This is an automated email from the git hooks/post-receive script. vagrantc pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 22795da619 gnu: opensbi: Update to 1.5.1. 22795da619 is described below commit 22795da619f22a12a1823503535072104c175035 Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Thu Sep 19 17:56:29 2024 +0800 gnu: opensbi: Update to 1.5.1. * gnu/packages/firmware.scm (make-opensbi-package): Update to 1.5.1. Signed-off-by: Vagrant Cascadian <vagr...@debian.org> 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 <phod...@protonmail.com> ;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.courno...@gmail.com> ;;; Copyright © 2023 Foundation Devices, Inc. <he...@foundationdevices.com> -;;; Copyright © 2023 Zheng Junjie <873216...@qq.com> +;;; Copyright © 2023, 2024 Zheng Junjie <873216...@qq.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -508,7 +508,7 @@ provide OpenFirmware functionality on top of an already running system.") (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 @@ provide OpenFirmware functionality on top of an already running system.") (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