summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-03 23:41:32 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-04 20:59:52 +0100
commit8b5185c6a6d09da5f16d02790b45f884e4a68f69 (patch)
tree03119e185126f79ee758d2d50282eed8f7baee9c
parent8f55136a6ab20c0eab93f4abb3b64d655397b375 (diff)
downloadpatches-8b5185c6a6d09da5f16d02790b45f884e4a68f69.tar
patches-8b5185c6a6d09da5f16d02790b45f884e4a68f69.tar.gz
gnu: zathura-djvu: Update to 0.2.9.
* gnu/packages/pdf.scm (zathura-djvu): Update to 0.2.9.
-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 34a3fba042..c61567a894 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -392,7 +392,7 @@ using libspectre.")
(define-public zathura-djvu
(package
(name "zathura-djvu")
- (version "0.2.8")
+ (version "0.2.9")
(source (origin
(method url-fetch)
(uri
@@ -400,7 +400,7 @@ using libspectre.")
version ".tar.xz"))
(sha256
(base32
- "0axkv1crdxn0z44whaqp2ibkdqcykhjnxk7qzms0dp1b67an9rnh"))))
+ "0062n236414db7q7pnn3ccg5111ghxj3407pn9ri08skxskgirln"))))
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs
`(("djvulibre" ,djvulibre)