mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f0e21db317
commit
2fedb2ad9b
1 changed files with 3 additions and 2 deletions
|
@ -27,6 +27,7 @@
|
||||||
;;; Copyright © 2023 Felix Gruber <felgru@posteo.net>
|
;;; Copyright © 2023 Felix Gruber <felgru@posteo.net>
|
||||||
;;; Copyright © 2024 dan <i@dan.games>
|
;;; Copyright © 2024 dan <i@dan.games>
|
||||||
;;; Copyright © 2023 Benjamin Slade <slade@lambda-y.net>
|
;;; Copyright © 2023 Benjamin Slade <slade@lambda-y.net>
|
||||||
|
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -1489,7 +1490,7 @@ PDF. Indeed @command{pdfposter} was inspired by @command{poster}.")
|
||||||
(define-public pdfgrep
|
(define-public pdfgrep
|
||||||
(package
|
(package
|
||||||
(name "pdfgrep")
|
(name "pdfgrep")
|
||||||
(version "2.1.2")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1497,7 +1498,7 @@ PDF. Indeed @command{pdfposter} was inspired by @command{poster}.")
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fia10djcxxl7n9jw2prargw4yzbykk6izig2443ycj9syhxrwqf"))))
|
"1jr0qqvkcb3xz0ps111cqwwxp1b5g5rrf75ab5whkvy0whqyaq86"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue