guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: emacs-pdfgrep: Update to 1.4-1.a4ca0a1.


From: guix-commits
Subject: 08/10: gnu: emacs-pdfgrep: Update to 1.4-1.a4ca0a1.
Date: Mon, 19 Aug 2024 13:52:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5b67fabf3c9cf3762876d9e745039117135c8e1c
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon Aug 19 19:46:02 2024 +0200

    gnu: emacs-pdfgrep: Update to  1.4-1.a4ca0a1.
    
    * gnu/packages/emacs-xyz.scm (emacs-pdfgrep): Update to 1.4-1.a4ca0a1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
    Change-Id: If4c253376873a27b68cfbf996353ba1ba232854a
---
 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 7b0af9fa97..a1079eb267 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -144,6 +144,7 @@
 ;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
 ;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz@gmail.com>
 ;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 
 ;;;
 ;;; This file is part of GNU Guix.
@@ -5999,10 +6000,11 @@ inspired by the Deep Purple.")
 (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)
@@ -6011,7 +6013,7 @@ inspired by the Deep Purple.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "17yqvvgkgxmcl8nc0mb9yaz884zcdnz7dwvfi4mxjzp1l05fvwjk"))))
+          (base32 "093sm3ywa338lhhz2ib3ylcgklsbxcsqck2qsaq26i2qxr0r7lq2"))))
       (build-system emacs-build-system)
       (arguments
        (list #:phases



reply via email to

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