mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-citeproc-el: Update to 0.9.4.
* gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.4. [propagated-inputs]: Add EMACS-COMPAT. Change-Id: Id04709379fcfa4e02f1a1e2535eb711bd3ea4848
This commit is contained in:
parent
4d0d651366
commit
7a851ee961
1 changed files with 4 additions and 3 deletions
|
@ -4547,7 +4547,7 @@ (define-public emacs-chronometrist
|
|||
(define-public emacs-citeproc-el
|
||||
(package
|
||||
(name "emacs-citeproc-el")
|
||||
(version "0.9.3")
|
||||
(version "0.9.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4556,12 +4556,13 @@ (define-public emacs-citeproc-el
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0md8pfmd0v9ipnxj1q13vv81hl90wf4rm46czbk1fdzkyf9js08m"))))
|
||||
(base32 "1l74c2f2xjzsp3i331sw3db4fhbvdbwyd856j1ygldwrh4rli9ml"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:emacs ,emacs)) ;need libxml support
|
||||
(propagated-inputs
|
||||
(list emacs-dash
|
||||
(list emacs-compat
|
||||
emacs-dash
|
||||
emacs-f
|
||||
emacs-parsebib
|
||||
emacs-queue
|
||||
|
|
Loading…
Reference in a new issue