guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: opensbi: Update to 1.3.


From: guix-commits
Subject: branch master updated: gnu: opensbi: Update to 1.3.
Date: Tue, 04 Jul 2023 17:45:46 -0400

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 9122736455 gnu: opensbi: Update to 1.3.
9122736455 is described below

commit 9122736455a9085d51b71b269b7c26a695a474ef
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Fri Jun 30 16:19:16 2023 -0700

    gnu: opensbi: Update to 1.3.
    
    * gnu/packages/firmware.scm (opensbi): Update to 1.3.
---
 gnu/packages/firmware.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index c7ca81c35a..c3e877cfbf 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -489,7 +489,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.2")
+    (version "1.3")
     (source
      (origin
        (method git-fetch)
@@ -498,7 +498,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 "13k76ngmbs6xk8wm0vhc3fjs5w82g34wxs2zf4r27jd79m47xjb5"))))
+        (base32 "0shri9jlhi2g464l05vrkzr6v754m868rr4136kq2b86amypmg8f"))))
     (build-system gnu-build-system)
     (native-inputs
      (append



reply via email to

[Prev in Thread] Current Thread [Next in Thread]