gnu: flashrom: Update to 1.1.

* gnu/packages/flashing-tools.scm (flashrom): Update to 1.1.
master
Tobias Geerinckx-Rice 2019-06-29 06:27:04 +02:00
parent ad9baf38ce
commit a3efe269b5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

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)