guix-commits
[Top][All Lists]
Advanced

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

16/27: gnu: flashrom: Update to 1.2.


From: guix-commits
Subject: 16/27: gnu: flashrom: Update to 1.2.
Date: Sun, 16 Feb 2020 16:59:27 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ccea06cc5ae96c78e35313bc6a29865dd2ee7c73
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Feb 16 19:45:03 2020 +0100

    gnu: flashrom: Update to 1.2.
    
    * gnu/packages/flashing-tools.scm (flashrom): Update to 1.2.
---
 gnu/packages/flashing-tools.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index eb92ae4..2b1338d 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2016, 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Jonathan Brielmaier <address@hidden>
 ;;; Copyright © 2017 Julien Lepiller <address@hidden>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -48,7 +48,7 @@
 (define-public flashrom
   (package
     (name "flashrom")
-    (version "1.1")
+    (version "1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -56,7 +56,7 @@
                     version ".tar.bz2"))
               (sha256
                (base32
-                "06afq680n9p34hi3vrkn12vd1pfyq2062db9qqbi4hi21k3skbdf"))))
+                "0ax4kqnh7kd3z120ypgp73qy1knz47l6qxsqzrfkd97mh5cdky71"))))
     (build-system gnu-build-system)
     (inputs `(("dmidecode" ,dmidecode)
               ("pciutils" ,pciutils)



reply via email to

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