guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-citar: Update to 0.9.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-citar: Update to 0.9.5.
Date: Mon, 27 Jun 2022 17:08:24 -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 cf53edb49e gnu: emacs-citar: Update to 0.9.5.
cf53edb49e is described below

commit cf53edb49e86ce1568bda51bfc21e6e78db4d669
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 27 23:07:22 2022 +0200

    gnu: emacs-citar: Update to 0.9.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.5.
    [propagated-inputs]: Add EMACS-CITEPROC-EL.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ff2ed00c47..267061e4f8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18887,7 +18887,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
 (define-public emacs-citar
   (package
     (name "emacs-citar")
-    (version "0.9")
+    (version "0.9.5")
     (source
      (origin
        (method git-fetch)
@@ -18896,7 +18896,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15jhpl2j4rm97cvvqzlfzxarvxvcsg64raz068psrsd2y7y2zh4c"))))
+        (base32 "04asi5gr4p1d8llra3qwly2jp1ll3zs0hjcysrrvdcax0jcr473b"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
@@ -18904,7 +18904,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
          (add-before 'build 'set-home
            (lambda _ (setenv "HOME" "/tmp"))))))
     (propagated-inputs
-     (list emacs-auctex emacs-org emacs-parsebib emacs-s))
+     (list emacs-auctex emacs-citeproc-el emacs-org emacs-parsebib emacs-s))
     (home-page "https://github.com/bdarcus/citar";)
     (synopsis "Emacs package to quickly find and act on bibliographic entries")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]