mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
Revert "gnu: e2fsprogs: Downgrade to 1.46.6."
This reverts commitdd8364cfae
. Commit00384aedbc
let grub ignore metadata-csum-seed, so we can update to 1.47+.
This commit is contained in:
parent
83d29d56f8
commit
946991731d
1 changed files with 2 additions and 4 deletions
|
@ -2640,12 +2640,10 @@ (define-public usbip-utils
|
||||||
module.")
|
module.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
;; XXX: Before updating to 1.47+ check if grub supports the ext4 flag
|
|
||||||
;; metadata_csum_seed, otherwise grub will complain about an unknown filesystem.
|
|
||||||
(define-public e2fsprogs
|
(define-public e2fsprogs
|
||||||
(package
|
(package
|
||||||
(name "e2fsprogs")
|
(name "e2fsprogs")
|
||||||
(version "1.46.6")
|
(version "1.47.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2654,7 +2652,7 @@ (define-public e2fsprogs
|
||||||
"e2fsprogs-" version ".tar.xz"))
|
"e2fsprogs-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z7lqkvrw97jym2w2gz1aj3d9maxhrk6alv3vrzfkr7mkzqifxd7"))))
|
"1nymjw801lmlr5y6bg1zv9jsip5dkyxqislbdzpir4mx5czzajhl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list `(,util-linux "lib")))
|
(inputs (list `(,util-linux "lib")))
|
||||||
(native-inputs (list pkg-config
|
(native-inputs (list pkg-config
|
||||||
|
|
Loading…
Reference in a new issue