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 <mail@nicolasgoaziou.fr>
This commit is contained in:
Artyom V. Poptsov 2024-08-15 21:30:46 +03:00 committed by Nicolas Goaziou
parent f0e21db317
commit 2fedb2ad9b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27,6 +27,7 @@
;;; Copyright © 2023 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2024 dan <i@dan.games>
;;; Copyright © 2023 Benjamin Slade <slade@lambda-y.net>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -1489,7 +1490,7 @@ (define-public pdfposter
(define-public pdfgrep
(package
(name "pdfgrep")
(version "2.1.2")
(version "2.2.0")
(source
(origin
(method url-fetch)
@ -1497,7 +1498,7 @@ (define-public pdfgrep
name "-" version ".tar.gz"))
(sha256
(base32
"1fia10djcxxl7n9jw2prargw4yzbykk6izig2443ycj9syhxrwqf"))))
"1jr0qqvkcb3xz0ps111cqwwxp1b5g5rrf75ab5whkvy0whqyaq86"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))