mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-citar: Update to 0.9.5.
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.5. [propagated-inputs]: Add EMACS-CITEPROC-EL.
This commit is contained in:
parent
2697cc8401
commit
cf53edb49e
1 changed files with 3 additions and 3 deletions
|
@ -18887,7 +18887,7 @@ (define-public emacs-biblio
|
|||
(define-public emacs-citar
|
||||
(package
|
||||
(name "emacs-citar")
|
||||
(version "0.9")
|
||||
(version "0.9.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -18896,7 +18896,7 @@ (define-public emacs-citar
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15jhpl2j4rm97cvvqzlfzxarvxvcsg64raz068psrsd2y7y2zh4c"))))
|
||||
(base32 "04asi5gr4p1d8llra3qwly2jp1ll3zs0hjcysrrvdcax0jcr473b"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -18904,7 +18904,7 @@ (define-public emacs-citar
|
|||
(add-before 'build 'set-home
|
||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs
|
||||
(list emacs-auctex emacs-org emacs-parsebib emacs-s))
|
||||
(list emacs-auctex emacs-citeproc-el emacs-org emacs-parsebib emacs-s))
|
||||
(home-page "https://github.com/bdarcus/citar")
|
||||
(synopsis "Emacs package to quickly find and act on bibliographic entries")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue