diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-06-27 23:07:22 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-06-27 23:07:22 +0200 |
commit | cf53edb49e86ce1568bda51bfc21e6e78db4d669 (patch) | |
tree | e95d5a21be2b4d541961e1514d0a76abc7ad3188 | |
parent | gnu: linux-libre 4.9: Update to 4.9.320. (diff) | |
download | guix-cf53edb49e86ce1568bda51bfc21e6e78db4d669.tar.gz guix-cf53edb49e86ce1568bda51bfc21e6e78db4d669.tar.bz2 guix-cf53edb49e86ce1568bda51bfc21e6e78db4d669.tar.xz |
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.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files 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.") | |||
18887 | (define-public emacs-citar | 18887 | (define-public emacs-citar |
18888 | (package | 18888 | (package |
18889 | (name "emacs-citar") | 18889 | (name "emacs-citar") |
18890 | (version "0.9") | 18890 | (version "0.9.5") |
18891 | (source | 18891 | (source |
18892 | (origin | 18892 | (origin |
18893 | (method git-fetch) | 18893 | (method git-fetch) |
@@ -18896,7 +18896,7 @@ automatically fetched from well-curated sources, and formatted as BibTeX.") | |||
18896 | (commit (string-append "v" version)))) | 18896 | (commit (string-append "v" version)))) |
18897 | (file-name (git-file-name name version)) | 18897 | (file-name (git-file-name name version)) |
18898 | (sha256 | 18898 | (sha256 |
18899 | (base32 "15jhpl2j4rm97cvvqzlfzxarvxvcsg64raz068psrsd2y7y2zh4c")))) | 18899 | (base32 "04asi5gr4p1d8llra3qwly2jp1ll3zs0hjcysrrvdcax0jcr473b")))) |
18900 | (build-system emacs-build-system) | 18900 | (build-system emacs-build-system) |
18901 | (arguments | 18901 | (arguments |
18902 | `(#:phases | 18902 | `(#:phases |
@@ -18904,7 +18904,7 @@ automatically fetched from well-curated sources, and formatted as BibTeX.") | |||
18904 | (add-before 'build 'set-home | 18904 | (add-before 'build 'set-home |
18905 | (lambda _ (setenv "HOME" "/tmp")))))) | 18905 | (lambda _ (setenv "HOME" "/tmp")))))) |
18906 | (propagated-inputs | 18906 | (propagated-inputs |
18907 | (list emacs-auctex emacs-org emacs-parsebib emacs-s)) | 18907 | (list emacs-auctex emacs-citeproc-el emacs-org emacs-parsebib emacs-s)) |
18908 | (home-page "https://github.com/bdarcus/citar") | 18908 | (home-page "https://github.com/bdarcus/citar") |
18909 | (synopsis "Emacs package to quickly find and act on bibliographic entries") | 18909 | (synopsis "Emacs package to quickly find and act on bibliographic entries") |
18910 | (description | 18910 | (description |