[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-citar: Update to 0.9.7.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-citar: Update to 0.9.7. |
Date: |
Wed, 06 Jul 2022 14:07:42 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 059b6b3aba gnu: emacs-citar: Update to 0.9.7.
059b6b3aba is described below
commit 059b6b3aba9486efc57bbeb31ba2e50e05281a03
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 6 20:06:57 2022 +0200
gnu: emacs-citar: Update to 0.9.7.
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.7.
---
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 4ae14df68e..ff6c0d95f2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18877,7 +18877,7 @@ automatically fetched from well-curated sources, and
formatted as BibTeX.")
(define-public emacs-citar
(package
(name "emacs-citar")
- (version "0.9.6")
+ (version "0.9.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -18886,7 +18886,7 @@ automatically fetched from well-curated sources, and
formatted as BibTeX.")
(file-name (git-file-name name version))
(sha256
(base32
- "0f2q9y5il5in400s1wn4q8baxl0fnrq53rnq30qy8caca9zbrpz8"))))
+ "1f49l1zmy4fnz75b0m2rav5jm8yp6hry44bv9xasiszyy3bn0hv8"))))
(build-system emacs-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-citar: Update to 0.9.7.,
guix-commits <=