diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2024-03-13 12:06:56 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-03-16 10:55:28 +0000 |
commit | 939bd33365f3a9bcba3277c97a806bc672fc4c44 (patch) | |
tree | 353c3401ac8140c3721f70f2f504fa2b04f3e985 /gnu/packages/pdf.scm | |
parent | aa9aebce615f014070797e7068baca40b4f25c37 (diff) |
gnu: zathura: Update to 0.5.4.
Build with updated girara.
* gnu/packages/pdf.scm (zathura): Update to 0.5.4.
* gnu/packages/patches/zathura-use-struct-initializers.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/pdf.scm (zathura): Use it here.
Change-Id: I5975d993b92a1a77ed35df2206acb93219138cff
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 47518e73d10..f595a5b7e0d 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -703,7 +703,7 @@ by using the poppler rendering engine.") (define-public zathura (package (name "zathura") - (version "0.5.2") + (version "0.5.4") (source (origin (method url-fetch) (uri @@ -711,7 +711,8 @@ by using the poppler rendering engine.") version ".tar.xz")) (sha256 (base32 - "15314m9chmh5jkrd9vk2h2gwcwkcffv2kjcxkd4v3wmckz5sfjy6")))) + "0ckgamf98sydq543arp865jg1afwzhpzcsbhv6zrch2dm5x7y0x3")) + (patches (search-patches "zathura-use-struct-initializers.patch")))) (native-inputs (list pkg-config gettext-minimal |