diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-02 22:15:23 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-01-08 11:34:11 +0100 |
| commit | 864605d5ea021a03d266f480ebb3021d6b68acd4 (patch) | |
| tree | eaa03b0da583be0523d44dbdca8cad73659f26ea | |
| parent | ac92638bcec817cbbf94201eab0b342553987d42 (diff) | |
gnu: emacs-pdf-tools: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update to 1.3.0.
[propagated-inputs]: Add emacs-let-alist.
Merges guix/guix#5327
Change-Id: Iaa1c9f21b981b626b00ee7b789845ffa01cf76bf
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ad338945386..9989565961f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7597,7 +7597,7 @@ during idle time, while Emacs is doing nothing else.") (define-public emacs-pdf-tools (package (name "emacs-pdf-tools") - (version "1.1.0") + (version "1.3.0") (source (origin (method git-fetch) @@ -7606,7 +7606,7 @@ during idle time, while Emacs is doing nothing else.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1v861fpzck3ky21m4g42h6a6y0cbhc4sjzpzqx0zxd7sfi7rn768")))) + (base32 "0lf6ksly7w27n00ymrgxn1xyzpx9bmld4dzn90ki07yph6js7h8x")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; there are no tests @@ -7656,7 +7656,7 @@ during idle time, while Emacs is doing nothing else.") (inputs (list cairo glib libpng poppler zlib)) (propagated-inputs - (list emacs-tablist)) + (list emacs-let-alist emacs-tablist)) (home-page "https://github.com/vedang/pdf-tools") (synopsis "Emacs support library for PDF files") (description |
