gnu: emacs-citar: Update to 0.9.6.
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.6. [propagated-inputs]: Add EMACS-CITAR.master
parent
c2ce62b6db
commit
85bc10fdab
|
@ -18886,24 +18886,28 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
|
|||
(define-public emacs-citar
|
||||
(package
|
||||
(name "emacs-citar")
|
||||
(version "0.9.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/bdarcus/citar")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "04asi5gr4p1d8llra3qwly2jp1ll3zs0hjcysrrvdcax0jcr473b"))))
|
||||
(version "0.9.6")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/bdarcus/citar")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0f2q9y5il5in400s1wn4q8baxl0fnrq53rnq30qy8caca9zbrpz8"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'build 'set-home
|
||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs
|
||||
(list emacs-auctex emacs-citeproc-el emacs-org emacs-parsebib emacs-s))
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(add-before 'build 'set-home
|
||||
(lambda _
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs (list emacs-auctex
|
||||
emacs-citeproc-el
|
||||
emacs-embark
|
||||
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
|
||||
|
|
Reference in New Issue