nckx pushed a commit to branch master
in repository guix.

commit 4d13d0f81c18582c9ad5f0823cb8d00b34f462fa
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Aug 15 14:15:38 2020 +0200

    gnu: seabios: Update to 1.14.0.
    
    * gnu/packages/firmware.scm (seabios): Update to 1.14.0.
---
 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 15a6725..fcdb5a8 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2016 Eric Bavier <[email protected]>
 ;;; Copyright © 2017 David Craven <[email protected]>
 ;;; Copyright © 2017, 2018 Efraim Flashner <[email protected]>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018 Vagrant Cascadian <[email protected]>
 ;;; Copyright © 2019 Mathieu Othacehe <[email protected]>
 ;;; Copyright © 2020 Marius Bakke <[email protected]>
@@ -258,7 +258,7 @@ for platform-specific firmwares executing in M-mode.")
 (define-public seabios
   (package
     (name "seabios")
-    (version "1.13.0")
+    (version "1.14.0")
     (source
      (origin
        (method git-fetch)
@@ -267,7 +267,7 @@ for platform-specific firmwares executing in M-mode.")
              (commit (string-append "rel-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1n1bd6msfs7xn8844sz2qnm7hb5x2qfl3zb06kp4bx9vdc3i6619"))))
+        (base32 "0jp4rxsv9jdzvx4gjvkybj6g1yjg8pkd2wys4sdh6c029npp6y8p"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-wrapper)))

Reply via email to