guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#72644] [PATCH 1/2] gnu: pdfgrep: Update to 2.2.0.


From: Artyom V. Poptsov
Subject: [bug#72644] [PATCH 1/2] gnu: pdfgrep: Update to 2.2.0.
Date: Thu, 15 Aug 2024 21:30:46 +0300

* gnu/packages/pdf.scm (pdfgrep): Update to 2.2.0.

Change-Id: I0675cb2905188587f886ed9b048862c47e02faf5
---
 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 <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))
-- 
2.45.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]