me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3162,7 +3162,7 @@ Its features are:
(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 @@ Its features are:
(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