mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-saveplace-pdf-view: Update to 1.0.6.
* gnu/packages/emacs-xyz.scm (emacs-saveplace-pdf-view): Update to 1.0.6. Change-Id: I68b207405e2993970c46cc2cb91c2e705dd1c9a0
This commit is contained in:
parent
8df3e9f1f8
commit
ce401839d2
1 changed files with 2 additions and 2 deletions
|
@ -5583,7 +5583,7 @@ (define-public emacs-pdf-tools
|
|||
(define-public emacs-saveplace-pdf-view
|
||||
(package
|
||||
(name "emacs-saveplace-pdf-view")
|
||||
(version "1.0.4")
|
||||
(version "1.0.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5592,7 +5592,7 @@ (define-public emacs-saveplace-pdf-view
|
|||
(commit (string-append "saveplace-pdf-view-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0i03qb6qc2agp9s5s7l08f1wl8anqndh6xshg1c3w357vd1whv7i"))))
|
||||
(base32 "00cqk1qvmdw07vmmyxc843m2qgx1n9ivwzp73r27v4jxx1i38vx2"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/nicolaisingh/saveplace-pdf-view")
|
||||
(synopsis "Save place in pdf-view buffers for Emacs")
|
||||
|
|
Loading…
Reference in a new issue