guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: flashrom: Update to 1.1.


From: guix-commits
Subject: 02/02: gnu: flashrom: Update to 1.1.
Date: Sat, 29 Jun 2019 00:29:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a3efe269b5e343c6b2593997a6f3fdc8d96976b8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jun 29 06:27:04 2019 +0200

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

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index f0547a1..a8d6cfd 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -48,7 +48,7 @@
 (define-public flashrom
   (package
     (name "flashrom")
-    (version "1.0.1")
+    (version "1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -56,7 +56,7 @@
                     version ".tar.bz2"))
               (sha256
                (base32
-                "0i6yrrl69hrqmwd7azj7x3j46m0qpvzmk3b5basym7mnlpfzhyfm"))))
+                "06afq680n9p34hi3vrkn12vd1pfyq2062db9qqbi4hi21k3skbdf"))))
     (build-system gnu-build-system)
     (inputs `(("dmidecode" ,dmidecode)
               ("pciutils" ,pciutils)



reply via email to

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