mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mtd-utils: Update to 2.1.5.
* gnu/packages/linux.scm (mtd-utils): Update to 2.1.5.
This commit is contained in:
parent
4681e01bdc
commit
7ff99f7a56
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue