me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.3.
master
Nicolas Goaziou 2023-02-07 14:13:35 +01:00
parent 74f5a0d8f2
commit 809cbefa8e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -3772,7 +3772,7 @@ Its features are:
(define-public emacs-citeproc-el
(package
(name "emacs-citeproc-el")
(version "0.9.2")
(version "0.9.3")
(source
(origin
(method git-fetch)
@ -3781,7 +3781,7 @@ Its features are:
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0p9gch5iijia5pm9rzlv50xcad2g9mis9mc90nvh31in9xjcccpz"))))
(base32 "0md8pfmd0v9ipnxj1q13vv81hl90wf4rm46czbk1fdzkyf9js08m"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs)) ;need libxml support