gnu: mtd-utils: Update to 2.1.5.

* gnu/packages/linux.scm (mtd-utils): Update to 2.1.5.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent 4681e01bdc
commit 7ff99f7a56
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6992,7 +6992,7 @@ (define-public mcelog
(define-public mtd-utils
(package
(name "mtd-utils")
(version "2.1.4")
(version "2.1.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -7000,7 +7000,7 @@ (define-public mtd-utils
"mtd-utils-" version ".tar.bz2"))
(sha256
(base32
"168vyzpfa0n66i8lcf626b9jczjr81rqbdk7735lfb18bp8i2rrc"))))
"0ilz8hkcyvfcnqpy25kbr8fb71x9vl28wbmw56vvd68n2byjfviq"))))
(arguments
(list #:configure-flags
(if (%current-target-system) ; When cross-compiling.