diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-16 19:45:03 +0100 | 
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-16 22:46:38 +0100 | 
| commit | ccea06cc5ae96c78e35313bc6a29865dd2ee7c73 (patch) | |
| tree | 468622abe110c4514f6f90ce203d0359c3d768a6 /gnu | |
| parent | c6f582b54584d0a62927b0c075b6cfc6d2d7034d (diff) | |
gnu: flashrom: Update to 1.2.
* gnu/packages/flashing-tools.scm (flashrom): Update to 1.2.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/flashing-tools.scm | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm index eb92ae40f5..2b1338d387 100644 --- a/gnu/packages/flashing-tools.scm +++ b/gnu/packages/flashing-tools.scm @@ -6,7 +6,7 @@  ;;; Copyright © 2016, 2019 Efraim Flashner <efraim@flashner.co.il>  ;;; Copyright © 2017 Jonathan Brielmaier <jonathan.brielmaier@web.de>  ;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu> -;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>  ;;;  ;;; 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) | 
