1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 08:35:58 +02:00

gnu: flashrom: Update to 1.1.

* gnu/packages/flashing-tools.scm (flashrom): Update to 1.1.
This commit is contained in:
Tobias Geerinckx-Rice
2019-06-29 06:27:04 +02:00
parent ad9baf38ce
commit a3efe269b5
+2 -2
View File
@@ -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)