mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-saveplace-pdf-view: Update to 1.0.8.
* gnu/packages/emacs-xyz.scm (emacs-saveplace-pdf-view): Update to 1.0.8. Change-Id: Ib715d200119e918d7092682dc8dbb2922d543c5e
This commit is contained in:
parent
9241852640
commit
8aa96f2136
1 changed files with 2 additions and 2 deletions
|
@ -6456,7 +6456,7 @@ and stored in memory.")
|
||||||
(define-public emacs-saveplace-pdf-view
|
(define-public emacs-saveplace-pdf-view
|
||||||
(package
|
(package
|
||||||
(name "emacs-saveplace-pdf-view")
|
(name "emacs-saveplace-pdf-view")
|
||||||
(version "1.0.7")
|
(version "1.0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6465,7 +6465,7 @@ and stored in memory.")
|
||||||
(commit (string-append "saveplace-pdf-view-" version))))
|
(commit (string-append "saveplace-pdf-view-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "000xhr0f2hbdykycm7d5l1nc9knhh65dfnm307y39k236nwy4msc"))))
|
(base32 "15799sqw8h2iasnlkcwnjdjmj9ssa9a9pvpyr6fqj0dw4g7056m5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/nicolaisingh/saveplace-pdf-view")
|
(home-page "https://github.com/nicolaisingh/saveplace-pdf-view")
|
||||||
(synopsis "Save place in pdf-view buffers for Emacs")
|
(synopsis "Save place in pdf-view buffers for Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue