[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-citar: Update to 0.9.6.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-citar: Update to 0.9.6. |
Date: |
Tue, 05 Jul 2022 03:54:14 -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 85bc10fdab gnu: emacs-citar: Update to 0.9.6.
85bc10fdab is described below
commit 85bc10fdab10da7ca0592e4998274d694e1f80ee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 5 09:52:51 2022 +0200
gnu: emacs-citar: Update to 0.9.6.
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.6.
[propagated-inputs]: Add EMACS-CITAR.
---
gnu/packages/emacs-xyz.scm | 36 ++++++++++++++++++++----------------
1 file changed, 20 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8cfa3f4749..1b3decd41c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18886,24 +18886,28 @@ automatically fetched from well-curated sources, and
formatted as BibTeX.")
(define-public emacs-citar
(package
(name "emacs-citar")
- (version "0.9.5")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/bdarcus/citar")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "04asi5gr4p1d8llra3qwly2jp1ll3zs0hjcysrrvdcax0jcr473b"))))
+ (version "0.9.6")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/bdarcus/citar")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0f2q9y5il5in400s1wn4q8baxl0fnrq53rnq30qy8caca9zbrpz8"))))
(build-system emacs-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'build 'set-home
- (lambda _ (setenv "HOME" "/tmp"))))))
- (propagated-inputs
- (list emacs-auctex emacs-citeproc-el emacs-org emacs-parsebib emacs-s))
+ `(#:phases (modify-phases %standard-phases
+ (add-before 'build 'set-home
+ (lambda _
+ (setenv "HOME" "/tmp"))))))
+ (propagated-inputs (list emacs-auctex
+ emacs-citeproc-el
+ emacs-embark
+ 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-citar: Update to 0.9.6.,
guix-commits <=