mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
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
This commit is contained in:
parent
2fedb2ad9b
commit
5b67fabf3c
1 changed files with 5 additions and 3 deletions
|
@ -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 @@ (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)
|
||||
|
@ -6011,7 +6013,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
|
||||
|
|
Loading…
Reference in a new issue