ngz pushed a commit to branch master
in repository guix.
commit 2fedb2ad9b19a865e8e77a815298fcee7c4508f0
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Thu Aug 15 21:30:46 2024 +0300
gnu: pdfgrep: Update to 2.2.0.
* gnu/packages/pdf.scm (pdfgrep): Update to 2.2.0.
Change-Id: I0675cb2905188587f886ed9b048862c47e02faf5
Signed-off-by: Nicolas Goaziou <[email protected]>
---
gnu/packages/pdf.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index c22c4248bc..1cf2190371 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -27,6 +27,7 @@
;;; Copyright © 2023 Felix Gruber <[email protected]>
;;; Copyright © 2024 dan <[email protected]>
;;; Copyright © 2023 Benjamin Slade <[email protected]>
+;;; Copyright © 2024 Artyom V. Poptsov <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1489,7 +1490,7 @@ PDF. Indeed @command{pdfposter} was inspired by
@command{poster}.")
(define-public pdfgrep
(package
(name "pdfgrep")
- (version "2.1.2")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
@@ -1497,7 +1498,7 @@ PDF. Indeed @command{pdfposter} was inspired by
@command{poster}.")
name "-" version ".tar.gz"))
(sha256
(base32
- "1fia10djcxxl7n9jw2prargw4yzbykk6izig2443ycj9syhxrwqf"))))
+ "1jr0qqvkcb3xz0ps111cqwwxp1b5g5rrf75ab5whkvy0whqyaq86"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))