mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: opensbi: Update to 1.3.
* gnu/packages/firmware.scm (opensbi): Update to 1.3.
This commit is contained in:
parent
27976d1bff
commit
9122736455
1 changed files with 2 additions and 2 deletions
|
@ -489,7 +489,7 @@ (define-public openbios-qemu-ppc
|
|||
(define* (make-opensbi-package platform name #:optional (arch "riscv64"))
|
||||
(package
|
||||
(name name)
|
||||
(version "1.2")
|
||||
(version "1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -498,7 +498,7 @@ (define* (make-opensbi-package platform name #:optional (arch "riscv64"))
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "opensbi" version))
|
||||
(sha256
|
||||
(base32 "13k76ngmbs6xk8wm0vhc3fjs5w82g34wxs2zf4r27jd79m47xjb5"))))
|
||||
(base32 "0shri9jlhi2g464l05vrkzr6v754m868rr4136kq2b86amypmg8f"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(append
|
||||
|
|
Loading…
Reference in a new issue