[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/14: gnu: zathura-cb: Update to 0.1.10.
From: |
guix-commits |
Subject: |
09/14: gnu: zathura-cb: Update to 0.1.10. |
Date: |
Sun, 12 Feb 2023 09:59:00 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit e1081bcdaefed4a286e0b0272be70b3571759996
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 12 16:39:23 2023 +0200
gnu: zathura-cb: Update to 0.1.10.
* gnu/packages/pdf.scm (zathura-cb): Update to 0.1.10.
---
gnu/packages/pdf.scm | 6 +++---
1 file 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"
- branch master updated (fb9799ff5f -> 2b1383c0a2), guix-commits, 2023/02/12
- 02/14: gnu: tig: Update to 2.5.8., guix-commits, 2023/02/12
- 03/14: gnu: parallel: Update to 20230122., guix-commits, 2023/02/12
- 04/14: gnu: vim: Update to 9.0.1303., guix-commits, 2023/02/12
- 07/14: gnu: mtxclient: Update to 0.9.1., guix-commits, 2023/02/12
- 08/14: gnu: nheko: Update to 0.11.2., guix-commits, 2023/02/12
- 09/14: gnu: zathura-cb: Update to 0.1.10.,
guix-commits <=
- 10/14: gnu: zathura-ps: Update to 0.2.7., guix-commits, 2023/02/12
- 11/14: gnu: zathura-pdf-mupdf: Update to 0.4.0., guix-commits, 2023/02/12
- 12/14: gnu: zathura-pdf-poppler: Update to 0.3.1., guix-commits, 2023/02/12
- 14/14: gnu: mujs: Update to 1.3.2., guix-commits, 2023/02/12
- 01/14: gnu: translate-shell: Update to 0.9.7.1., guix-commits, 2023/02/12
- 05/14: gnu: git-annex: Update to 10.20230126., guix-commits, 2023/02/12
- 06/14: gnu: coeurl: Update to 0.3.0., guix-commits, 2023/02/12
- 13/14: gnu: zathura: Update to 0.5.2., guix-commits, 2023/02/12