summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-03-28 14:46:22 -0400
committerCayetano Santos <csantosb@inventati.org>2026-04-07 11:22:07 +0200
commite6848d6fad155fd00b3a7071d9d94dd5c56fb8cb (patch)
tree5e7a6fc4ed7a7293e43d1c0dfd61a1d14566bb40
parent42bc492bf259b10736a9439cbd0af276dc5dd3dd (diff)
gnu: zathura-pdf-mupdf: Update to 2026.02.03.
* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 2026.02.03. Merges guix/guix!7553 Change-Id: I987fcf006d08f6e0a25d4ec9dbadca79e44d4461 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 0749cde19c8..9b36a89e99b 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -687,7 +687,7 @@ using the DjVuLibre library.")
(define-public zathura-pdf-mupdf
(package
(name "zathura-pdf-mupdf")
- (version "0.4.4")
+ (version "2026.02.03")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -696,7 +696,7 @@ using the DjVuLibre library.")
(file-name (git-file-name name version))
(sha256
(base32
- "1g1wiazyqdjd40qvq5vkxqabxzd0qlk6wvfvllm4y8x1jcc11vbs"))))
+ "1s4dnr5yl4bpqccp79y7i2dgd4qj7x4zrwms4l1id61il70rmmm4"))))
(native-inputs (list pkg-config))
(inputs
(list mupdf zathura))