guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: seabios: Update to 1.13.0.


From: guix-commits
Subject: 06/06: gnu: seabios: Update to 1.13.0.
Date: Wed, 11 Dec 2019 16:38:55 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit dbc533c1683bec0c59ef2977b928c9dfca49eb05
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 11 21:39:36 2019 +0100

    gnu: seabios: Update to 1.13.0.
    
    * gnu/packages/firmware.scm (seabios): Update to 1.13.0.
    [native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
---
 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 cc92c22..12b4038 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -186,7 +186,7 @@ by the b43-open driver of Linux-libre.")
 (define-public seabios
   (package
     (name "seabios")
-    (version "1.12.1")
+    (version "1.13.0")
     (source
      (origin
        (method git-fetch)
@@ -195,10 +195,10 @@ by the b43-open driver of Linux-libre.")
              (commit (string-append "rel-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1g9y03r5ky58q2g9rhbwfhs42z0zb9f59wfxpwh6zjqa6fyv1r80"))))
+        (base32 "1n1bd6msfs7xn8844sz2qnm7hb5x2qfl3zb06kp4bx9vdc3i6619"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("python-2" ,python-2)))
+     `(("python" ,python-wrapper)))
     (arguments
      `(#:tests? #f                      ; no check target
        #:phases



reply via email to

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