guix-commits
[Top][All Lists]
Advanced

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

16/18: gnu: pdfgrep: Update to 2.1.1.


From: Tobias Geerinckx-Rice
Subject: 16/18: gnu: pdfgrep: Update to 2.1.1.
Date: Mon, 4 Jun 2018 09:38:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 49d85a19fbb072e3d02e96e1f72eca745a73e4e3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jun 4 01:11:16 2018 +0200

    gnu: pdfgrep: Update to 2.1.1.
    
    * gnu/packages/pdf.scm (pdfgrep): Update to 2.1.1.
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index fd49473..e531210 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -982,7 +982,7 @@ PDF.  Indeed @command{pdfposter} was inspired by 
@command{poster}.")
 (define-public pdfgrep
   (package
     (name "pdfgrep")
-    (version "2.0.1")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
@@ -990,7 +990,7 @@ PDF.  Indeed @command{pdfposter} was inspired by 
@command{poster}.")
                            name "-" version ".tar.gz"))
        (sha256
         (base32
-         "07llkrkcfjwd3ybai9ad10ybhr0biffcplmy7lw4fb87nd2dfw03"))))
+         "02qcl5kmr5qzjfc99qpbpfb1890bxlrq3r208gnding51zrmb09c"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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