me
/
guix
Archived
1
0
Fork 0

gnu: emacs-citeproc-el: Update to 0.9.

* gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.
[propagated-inputs]: Add emacs-parsebib and emacs-string-inflection.
master
Nicolas Goaziou 2021-10-10 23:45:04 +02:00
parent e658c8d783
commit ed86a54c95
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 27 additions and 28 deletions

View File

@ -2871,37 +2871,36 @@ Its features are:
(license (list license:unlicense license:wtfpl2)))) (license (list license:unlicense license:wtfpl2))))
(define-public emacs-citeproc-el (define-public emacs-citeproc-el
;; XXX: This commit includes a fix for an API change in libxml. (package
(let ((commit "893bcb8dcb48ac9850841b58c7b64c1969e6f3de") (name "emacs-citeproc-el")
(revision "0")) (version "0.9")
(package (source
(name "emacs-citeproc-el") (origin
(version (git-version "0.1.2" revision commit)) (method git-fetch)
(source (uri (git-reference
(origin (url "https://github.com/andras-simonyi/citeproc-el")
(method git-fetch) (commit version)))
(uri (git-reference (file-name (git-file-name name version))
(url "https://github.com/andras-simonyi/citeproc-el") (sha256
(commit commit))) (base32 "1m5j1abyk68f3d1v781yrx2xkg42vyfgfckbj2yk2lgk6d7rz0p1"))))
(file-name (git-file-name name version)) (build-system emacs-build-system)
(sha256 (arguments
(base32 "0xfkp8dccflas5ps30g3fw1vifn8pp9h9cyvxr1pcmyqr9rivy8f")))) `(#:emacs ,emacs)) ;need libxml support
(build-system emacs-build-system) (propagated-inputs
(arguments `(("emacs-dash" ,emacs-dash)
`(#:emacs ,emacs)) ;need libxml support ("emacs-f" ,emacs-f)
(propagated-inputs ("emacs-parsebib" ,emacs-parsebib)
`(("emacs-dash" ,emacs-dash) ("emacs-queue" ,emacs-queue)
("emacs-f" ,emacs-f) ("emacs-s" ,emacs-s)
("emacs-queue" ,emacs-queue) ("emacs-string-inflection" ,emacs-string-inflection)))
("emacs-s" ,emacs-s))) (home-page "https://github.com/andras-simonyi/citeproc-el")
(home-page "https://github.com/andras-simonyi/citeproc-el") (synopsis "Citation Style Language (CSL) processor for Emacs")
(synopsis "Citation Style Language (CSL) processor for Emacs") (description
(description "Citeproc-el is an Emacs Lisp library for rendering citations
"Citeproc-el is an Emacs Lisp library for rendering citations
and bibliographies in styles described in the Citation Style and bibliographies in styles described in the Citation Style
Language (CSL), an XML-based, open format to describe the formatting Language (CSL), an XML-based, open format to describe the formatting
of bibliographic references.") of bibliographic references.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-corfu (define-public emacs-corfu
(package (package