diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-19 15:04:37 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-20 01:48:25 +0200 |
commit | d0ff7e1c94d84cc1030463eb11e44f0098a25694 (patch) | |
tree | 6cb90ae4fdce7594aace4cc80e89af7e5a3bf309 /gnu/packages | |
parent | c15a2cd906d93ad9f55090c1e30d7d9845fcddf2 (diff) |
gnu: mtd-utils: Update to 2.1.2.
* gnu/packages/linux.scm (mtd-utils): Update to 2.1.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index eab48bd349..2940a90f0f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5672,7 +5672,7 @@ exceeded.") (define-public mtd-utils (package (name "mtd-utils") - (version "2.1.1") + (version "2.1.2") (source (origin (method url-fetch) (uri (string-append @@ -5680,7 +5680,7 @@ exceeded.") "mtd-utils-" version ".tar.bz2")) (sha256 (base32 - "1lijl89l7hljx8xx70vrz9srd3h41v5gh4b0lvqnlv831yvyh5cd")))) + "1mp9fqgnz5r69s8ly98ry6k2blqnaqpllwi8m930dm0n8zrwbm4a")))) (arguments '(#:configure-flags '("--enable-unit-tests"))) (native-inputs |