mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: e2fsprogs: Update to 1.47.0.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.47.0. Change-Id: I43832dfb0a8dd54d9a1348a07f959dbb0b46c080
This commit is contained in:
parent
855fecf00f
commit
ce78f9cb66
1 changed files with 2 additions and 2 deletions
|
@ -2564,7 +2564,7 @@ (define-public usbip-utils
|
|||
(define-public e2fsprogs
|
||||
(package
|
||||
(name "e2fsprogs")
|
||||
(version "1.46.4")
|
||||
(version "1.47.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2573,7 +2573,7 @@ (define-public e2fsprogs
|
|||
"e2fsprogs-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04wp77fg842dhribgn0xvbd77idh0n7a839ga4bwy78v7i9l445i"))))
|
||||
"1nymjw801lmlr5y6bg1zv9jsip5dkyxqislbdzpir4mx5czzajhl"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list `(,util-linux "lib")))
|
||||
(native-inputs (list pkg-config
|
||||
|
|
Loading…
Reference in a new issue