gnu: grub: Update to 2.06.

[source]: Remove upstreamed patches.
* gnu/packages/patches/grub-setup-root.patch: Update patch.
* gnu/packages/patches/grub-verifiers-Blocklist-fallout-cleanup.patch,
gnu/packages/patches/grub-cross-system-i686.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-11 02:05:33 +02:00
parent 154a4e0462
commit 2d115ea7ed
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
5 changed files with 57 additions and 189 deletions

View file

@ -88,18 +88,16 @@
(define-public grub
(package
(name "grub")
(version "2.04")
(version "2.06")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/grub/grub-" version ".tar.xz"))
(sha256
(base32
"0zgp5m3hmc9jh8wpjx6czzkh5id2y8n1k823x2mjvm2sk6b28ag5"))
"1qbycnxkx07arj9f2nlsi9kp0dyldspbv07ysdyd34qvz55a97mp"))
(patches (search-patches
"grub-efi-fat-serial-number.patch"
"grub-setup-root.patch"
"grub-verifiers-Blocklist-fallout-cleanup.patch"
"grub-cross-system-i686.patch"))))
"grub-setup-root.patch"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags