mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: emacs-citeproc-el: Update to 0.9.3.
* gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.3.
This commit is contained in:
parent
74f5a0d8f2
commit
809cbefa8e
1 changed files with 2 additions and 2 deletions
|
@ -3772,7 +3772,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.2")
|
(version "0.9.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3781,7 +3781,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 "0p9gch5iijia5pm9rzlv50xcad2g9mis9mc90nvh31in9xjcccpz"))))
|
(base32 "0md8pfmd0v9ipnxj1q13vv81hl90wf4rm46czbk1fdzkyf9js08m"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:emacs ,emacs)) ;need libxml support
|
`(#:emacs ,emacs)) ;need libxml support
|
||||||
|
|
Loading…
Add table
Reference in a new issue