gnu: emacs-citeproc-el: Update to 0.9.2.
* gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.2.
This commit is contained in:
parent
260743991f
commit
69dade5bbf
1 changed files with 2 additions and 2 deletions
|
@ -3613,7 +3613,7 @@ Its features are:
|
||||||
(define-public emacs-citeproc-el
|
(define-public emacs-citeproc-el
|
||||||
(package
|
(package
|
||||||
(name "emacs-citeproc-el")
|
(name "emacs-citeproc-el")
|
||||||
(version "0.9.1")
|
(version "0.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3622,7 +3622,7 @@ Its features are:
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rkwqn9pcimfcyq19wlrcij0kcjyhbwisla7vwbhjj8ang0bq9rm"))))
|
(base32 "0p9gch5iijia5pm9rzlv50xcad2g9mis9mc90nvh31in9xjcccpz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:emacs ,emacs)) ;need libxml support
|
`(#:emacs ,emacs)) ;need libxml support
|
||||||
|
|
Reference in a new issue