mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 09:43:43 -05:00
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.
This commit is contained in:
parent
c2ce62b6db
commit
85bc10fdab
1 changed files with 20 additions and 16 deletions
|
@ -18886,24 +18886,28 @@ (define-public emacs-biblio
|
||||||
(define-public emacs-citar
|
(define-public emacs-citar
|
||||||
(package
|
(package
|
||||||
(name "emacs-citar")
|
(name "emacs-citar")
|
||||||
(version "0.9.5")
|
(version "0.9.6")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/bdarcus/citar")
|
(url "https://github.com/bdarcus/citar")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04asi5gr4p1d8llra3qwly2jp1ll3zs0hjcysrrvdcax0jcr473b"))))
|
(base32
|
||||||
|
"0f2q9y5il5in400s1wn4q8baxl0fnrq53rnq30qy8caca9zbrpz8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-before 'build 'set-home
|
(add-before 'build 'set-home
|
||||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
(lambda _
|
||||||
(propagated-inputs
|
(setenv "HOME" "/tmp"))))))
|
||||||
(list emacs-auctex emacs-citeproc-el emacs-org emacs-parsebib emacs-s))
|
(propagated-inputs (list emacs-auctex
|
||||||
|
emacs-citeproc-el
|
||||||
|
emacs-embark
|
||||||
|
emacs-org
|
||||||
|
emacs-parsebib
|
||||||
|
emacs-s))
|
||||||
(home-page "https://github.com/bdarcus/citar")
|
(home-page "https://github.com/bdarcus/citar")
|
||||||
(synopsis "Emacs package to quickly find and act on bibliographic entries")
|
(synopsis "Emacs package to quickly find and act on bibliographic entries")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue