GNU bug report logs - #72644
[PATCH 0/2] gnu: pdfgrep, emacs-pdfgrep: Update

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Thu, 15 Aug 2024 18:31:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 72644 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>, Andrew Tropin <andrew <at> trop.in>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [bug#72644] [PATCH 2/2] gnu: emacs-pdfgrep: Update to 1.4-1.a4ca0a1.
Date: Thu, 15 Aug 2024 21:30:47 +0300
* 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(-)

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 <at> free.fr>
 ;;; Copyright © 2024 gemmaro <gemmaro.dev <at> gmail.com>
 ;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> 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





This bug report was last modified 331 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.