mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: emacs-pdf-tools: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update to 1.0.0.
This commit is contained in:
parent
54fcc821b0
commit
e49893071f
1 changed files with 2 additions and 2 deletions
|
@ -4158,7 +4158,7 @@ (define-public emacs-pabbrev
|
|||
(define-public emacs-pdf-tools
|
||||
(package
|
||||
(name "emacs-pdf-tools")
|
||||
(version "0.91")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4167,7 +4167,7 @@ (define-public emacs-pdf-tools
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07ixspgn4s1jg66w7m2f3sh43giakz9srhp7rpw389z32g57i1rx"))))
|
||||
(base32 "1idazz46zx2q84di4p73770l4bcnai2a03q95psg827ykdnmjwij"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue