guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: flashrom: Update to 1.0.


From: Tobias Geerinckx-Rice
Subject: 11/11: gnu: flashrom: Update to 1.0.
Date: Sat, 13 Jan 2018 15:35:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a03abe78884a166c8943ce3a5dac7d290010885e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jan 13 21:16:51 2018 +0100

    gnu: flashrom: Update to 1.0.
    
    * gnu/packages/flashing-tools.scm (flashrom): Update to 1.0.
---
 gnu/packages/flashing-tools.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index c5c3ce3..9683c6b 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Jonathan Brielmaier <address@hidden>
 ;;; Copyright © 2017 Julien Lepiller <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -45,7 +46,7 @@
 (define-public flashrom
   (package
     (name "flashrom")
-    (version "0.9.9")
+    (version "1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -53,7 +54,7 @@
                     version ".tar.bz2"))
               (sha256
                (base32
-                "0i9wg1lyfg99bld7d00zqjm9f0lk6m0q3h3n9c195c9yysq5ccfb"))))
+                "0r7fkpfc8w51n8ffbhclj4wa3kwrk0ijv1acwpw5myx5bchzl0ip"))))
     (build-system gnu-build-system)
     (inputs `(("dmidecode" ,dmidecode)
               ("pciutils" ,pciutils)
@@ -64,10 +65,10 @@
      '(#:make-flags (list "CC=gcc"
                           (string-append "PREFIX=" %output)
                           "CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no")
-       #:tests? #f   ; no 'check' target
+       #:tests? #f                      ; no 'check' target
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure)
+         (delete 'configure)            ; no configure script
          (add-before 'build 'patch-exec-paths
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "dmi.c"



reply via email to

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