[PATCH 0/2] gnu: pdfgrep, emacs-pdfgrep: Update

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 7 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
cover.1723746434.git.poptsov.artyom@gmail.com
This patchset updates pdfgrep and emacs-pdfgrep packages.

Artyom V. Poptsov (2):
gnu: pdfgrep: Update to 2.2.0.
gnu: emacs-pdfgrep: Update to 1.4-1.a4ca0a1.

gnu/packages/emacs-xyz.scm | 8 +++++---
gnu/packages/pdf.scm | 5 +++--
2 files changed, 8 insertions(+), 5 deletions(-)


base-commit: 888fdfd1b1c4e4b3913b7b229f1ebc9f4596be20
--
2.45.2
Artyom V. Poptsov wrote 7 months ago
[PATCH 1/2] gnu: pdfgrep: Update to 2.2.0.
(address . 72644@debbugs.gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
8ac5a8be3c2b589de7b40761a4eb9e2a5957cca9.1723746434.git.poptsov.artyom@gmail.com
* 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(-)

Toggle diff (32 lines)
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
Artyom V. Poptsov wrote 7 months ago
[PATCH 2/2] gnu: emacs-pdfgrep: Update to 1.4-1.a4ca0a1.
(address . 72644@debbugs.gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
2ccac7a6f68e5326e64e4970ffb12ce525bd6ad7.1723746434.git.poptsov.artyom@gmail.com
* gnu/packages/emacs-xyz.scm (emacs-pdfgrep): Update to 1.4-1.a4ca0a1.

Change-Id: Ie021c45f13bb2258f495fd27b56158dbc35bfde5
---
gnu/packages/emacs-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

Toggle diff (37 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index df66aea507..ef2aa7e38f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -143,6 +143,7 @@
;;; Copyright © 2024 Noé Lopez <noelopez@free.fr>
;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz@gmail.com>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
@@ -5980,10 +5981,11 @@ (define-public emacs-sakura-theme
(define-public emacs-pdfgrep
;; XXX: Upstream does not tag releases. The commit below matches latest
;; version bump.
- (let ((commit "e250376d97fc5240e07d81108bbca9b5a9ab50f4"))
+ (let ((commit "a4ca0a1e6521de93f28bb6736a5344b4974d144c")
+ (revision "1"))
(package
(name "emacs-pdfgrep")
- (version "1.4")
+ (version (git-version "1.4" revision commit))
(source
(origin
(method git-fetch)
@@ -5992,7 +5994,7 @@ (define-public emacs-pdfgrep
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "17yqvvgkgxmcl8nc0mb9yaz884zcdnz7dwvfi4mxjzp1l05fvwjk"))))
+ (base32 "093sm3ywa338lhhz2ib3ylcgklsbxcsqck2qsaq26i2qxr0r7lq2"))))
(build-system emacs-build-system)
(arguments
(list #:phases
--
2.45.2
Nicolas Goaziou wrote 7 months ago
Re: [PATCH 0/2] gnu: pdfgrep, emacs-pdfgrep: Update
(address . 72644-done@debbugs.gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
87ikvwqtvo.fsf@nicolasgoaziou.fr
Hello,

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72644@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72644
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help