mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-pdf-tools: Update to 0.90.
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update to 0.90. [source]: Remove patch. * gnu/packages/patches/emacs-pdf-tools-poppler.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove reference to deleted file.
This commit is contained in:
parent
81d59f4425
commit
2becddeb0c
3 changed files with 3 additions and 46 deletions
|
@ -1532,7 +1532,7 @@ filters, new key bindings and faces. It can be enabled by
|
|||
(define-public emacs-pdf-tools
|
||||
(package
|
||||
(name "emacs-pdf-tools")
|
||||
(version "0.80")
|
||||
(version "0.90")
|
||||
(home-page "https://github.com/politza/pdf-tools")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -1541,11 +1541,10 @@ filters, new key bindings and faces. It can be enabled by
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i4647vax5na73basc5dz4lh9kprir00fh8ps4i0l1y3ippnjs2s"))
|
||||
(patches (search-patches "emacs-pdf-tools-poppler.patch"))))
|
||||
"0iv2g5kd14zk3r5dzdw7b7hk4b5w7qpbilcqkja46jgxbb6xnpl9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; there are no tests
|
||||
`(#:tests? #f ; there are no tests
|
||||
#:modules ((guix build gnu-build-system)
|
||||
((guix build emacs-build-system) #:prefix emacs:)
|
||||
(guix build utils)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue