summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-03-28 14:53:41 -0400
committerCayetano Santos <csantosb@inventati.org>2026-04-07 11:22:15 +0200
commit85253adcfecb474cf218d71892fc24f701ba3cc9 (patch)
tree2a6333df7c98e4692cf70668d76786fbb17199f4
parente6848d6fad155fd00b3a7071d9d94dd5c56fb8cb (diff)
gnu: zathura-djvu: Update to 2026.02.03.
* gnu/packages/pdf.scm (zathura-djvu): Update to 2026.02.03. Merges guix/guix!7553 Change-Id: Id84566b30746fab177787b686823141792e95a95 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
-rw-r--r--gnu/packages/pdf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 9b36a89e99b..78d9b75ad21 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -660,7 +660,7 @@ using libspectre.")
(define-public zathura-djvu
(package
(name "zathura-djvu")
- (version "0.2.10")
+ (version "2026.02.03")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -669,7 +669,7 @@ using libspectre.")
(file-name (git-file-name name version))
(sha256
(base32
- "1c069n676c9byy1sp2c6idm3mlfijcdpv6z09ifx8hjkryaajplx"))))
+ "0742bd7f8nansshnfa2qvq344kz8wvnwa3l3cz6jyfdfmn27vng4"))))
(native-inputs (list pkg-config))
(inputs
(list djvulibre zathura))