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:
Nicolas Goaziou 2025-03-07 09:28:50 +01:00
parent 9241852640
commit 8aa96f2136
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6456,7 +6456,7 @@ and stored in memory.")
(define-public emacs-saveplace-pdf-view
(package
(name "emacs-saveplace-pdf-view")
(version "1.0.7")
(version "1.0.8")
(source
(origin
(method git-fetch)
@ -6465,7 +6465,7 @@ and stored in memory.")
(commit (string-append "saveplace-pdf-view-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "000xhr0f2hbdykycm7d5l1nc9knhh65dfnm307y39k236nwy4msc"))))
(base32 "15799sqw8h2iasnlkcwnjdjmj9ssa9a9pvpyr6fqj0dw4g7056m5"))))
(build-system emacs-build-system)
(home-page "https://github.com/nicolaisingh/saveplace-pdf-view")
(synopsis "Save place in pdf-view buffers for Emacs")