[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: emacs-citeproc-el: Update to 0.9.3.
From: |
guix-commits |
Subject: |
02/04: gnu: emacs-citeproc-el: Update to 0.9.3. |
Date: |
Tue, 7 Feb 2023 09:11:17 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 809cbefa8efe18d568221db534539252e16d4115
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 7 14:13:35 2023 +0100
gnu: emacs-citeproc-el: Update to 0.9.3.
* gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.3.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 852fe6e7c5..e8cbd08a62 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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