diff options
author | Ryan Sundberg <ryan@arctype.co> | 2021-11-04 01:35:10 -0700 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-11-12 12:02:32 +0000 |
commit | 39754503e83f5f50ee25a2bcbac41d5bc436f7aa (patch) | |
tree | 69880cb532add2fd2356feda7f8af49d39f1ace3 /gnu/local.mk | |
parent | 6e67c701a88064babd1aef93b58890aed2dcd0aa (diff) | |
download | guix-39754503e83f5f50ee25a2bcbac41d5bc436f7aa.tar guix-39754503e83f5f50ee25a2bcbac41d5bc436f7aa.tar.gz |
gnu: genimage: Update to 14.
Update genimage from version 11 to 14. A patch is required for the
tests due to differences in ext tooling.
* gnu/local.mk (dist_patch_DATA): Replace patch reference.
* gnu/packages/genimage.scm: Update package source.
* gnu/packages/patches/genimage-mke2fs-test.patch: New patch file.
* gnu/packages/patches/genimage-signedness.patch: Delete obsolete patch.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 05258ac054..208875754b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1128,7 +1128,7 @@ dist_patch_DATA = \ %D%/packages/patches/gdk-pixbuf-CVE-2020-29385.patch \ %D%/packages/patches/gdm-default-session.patch \ %D%/packages/patches/geary-CVE-2020-24661.patch \ - %D%/packages/patches/genimage-signedness.patch \ + %D%/packages/patches/genimage-mke2fs-test.patch \ %D%/packages/patches/geoclue-config.patch \ %D%/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch \ %D%/packages/patches/ghc-testsuite-dlopen-pie.patch \ |