diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-02-12 16:39:23 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-02-12 16:56:56 +0200 |
commit | e1081bcdaefed4a286e0b0272be70b3571759996 (patch) | |
tree | 81f808a376485d3e0d26371275d5620f7ff0f825 /gnu/packages/pdf.scm | |
parent | c0839cbac22e9ab12219ae3fb766c7b81daa91f2 (diff) |
gnu: zathura-cb: Update to 0.1.10.
* gnu/packages/pdf.scm (zathura-cb): Update to 0.1.10.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index cf5a7af6e0..9c21cb894c 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -443,7 +443,7 @@ reading and editing of existing PDF files.") (define-public zathura-cb (package (name "zathura-cb") - (version "0.1.8") + (version "0.1.10") (source (origin (method url-fetch) (uri @@ -451,7 +451,7 @@ reading and editing of existing PDF files.") version ".tar.xz")) (sha256 (base32 - "1i6cf0vks501cggwvfsl6qb7mdaf3sszdymphimfvnspw810faj5")))) + "1j5v32f9ki35v1jc7a067anhlgqplzrp4fqvznlixfhcm0bwmc49")))) (native-inputs (list pkg-config)) (inputs (list libarchive zathura)) (build-system meson-build-system) @@ -460,7 +460,7 @@ reading and editing of existing PDF files.") #:phases (modify-phases %standard-phases (add-after 'unpack 'patch-plugin-directory - ;; Something of a regression in 0.1.8: the new Meson build system + ;; Something of a regression in 0.1.10: the new Meson build system ;; now hard-codes an incorrect plugin directory. Fix it. (lambda* (#:key outputs #:allow-other-keys) (substitute* "meson.build" |