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

* gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.1.
This commit is contained in:
Nicolas Goaziou 2022-08-15 00:15:05 +02:00
parent bf0b51260e
commit 40105da3f8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3162,7 +3162,7 @@ (define-public emacs-chronometrist
(define-public emacs-citeproc-el
(package
(name "emacs-citeproc-el")
(version "0.9")
(version "0.9.1")
(source
(origin
(method git-fetch)
@ -3171,7 +3171,7 @@ (define-public emacs-citeproc-el
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1m5j1abyk68f3d1v781yrx2xkg42vyfgfckbj2yk2lgk6d7rz0p1"))))
(base32 "0rkwqn9pcimfcyq19wlrcij0kcjyhbwisla7vwbhjj8ang0bq9rm"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs)) ;need libxml support