[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: emacs-helm-bibtex: Update to 2.0.1-2.6064e86.
From: |
guix-commits |
Subject: |
06/08: gnu: emacs-helm-bibtex: Update to 2.0.1-2.6064e86. |
Date: |
Fri, 3 Jan 2025 06:01:09 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit d1e0a7216b52ade5cf1a4fdf2ace6cf872677607
Author: Cayetano Santos <csantosb@inventati.org>
AuthorDate: Thu Dec 26 12:25:23 2024 +0100
gnu: emacs-helm-bibtex: Update to 2.0.1-2.6064e86.
* gnu/packages/emacs-xyz.scm (emacs-helm-bibtex): Update to 2.0.1-2.6064e86.
[propagated-inputs]: Sort alphabetically.
Change-Id: Ief02d9f1ddc7cb59372ab3372c42315fcc8abb67
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: Id3fb8178634cc3c857955a34e3e0a5cfd2da413a
---
gnu/packages/emacs-xyz.scm | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ad83ada0c0..c8c3394b72 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25509,8 +25509,8 @@ Denote packages to enable create managing bibliographic
notes and citations.")
(license license:gpl3+)))
(define-public emacs-helm-bibtex
- (let ((commit "8ebf50d5bd368082d0b7ab79d26a52f372cdef98")
- (revision "1"))
+ (let ((commit "6064e8625b2958f34d6d40312903a85c173b5261")
+ (revision "2"))
(package
(name "emacs-helm-bibtex")
(version (git-version "2.0.1" revision commit))
@@ -25522,20 +25522,20 @@ Denote packages to enable create managing
bibliographic notes and citations.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1x6nfkprj95cp4ldb485v13hrkd7rvzp750d9xz80vk76gpvaw3l"))))
+ (base32 "1q8dm14wdxx14rnlgmz88j6gskvrrsc0f2z2639jwmfhyibw7d77"))))
(build-system emacs-build-system)
- (propagated-inputs
- (list emacs-helm
- emacs-parsebib
- emacs-s
- emacs-dash
- emacs-f
- emacs-biblio
- emacs-ivy))
+ (propagated-inputs (list emacs-biblio
+ emacs-dash
+ emacs-f
+ emacs-helm
+ emacs-ivy
+ emacs-parsebib
+ emacs-s))
(home-page "https://github.com/tmalsburg/helm-bibtex")
(synopsis "Bibliography manager based on Helm")
- (description "This package provides bibliography manager for Emacs,
-based on Helm and the bibtex-completion backend.
+ (description
+ "This package provides bibliography manager for Emacs,
+based on Helm and the BibTeX completion backend.
Key features:
@@ -25551,7 +25551,7 @@ BibTeX entries, or plain text references at point,
attach PDFs to emails
@item Quick access to online bibliographic databases such as Pubmed,
arXiv, Google Scholar, Library of Congress, etc.
@item Imports BibTeX entries from CrossRef and other sources.
-@end itemize\n")
+@end itemize")
(license license:gpl3+))))
(define-public emacs-ewmctrl
- branch master updated (86a49fc9a3 -> ce3ffac5d3), guix-commits, 2025/01/03
- 01/08: gnu: Add emacs-track-changes., guix-commits, 2025/01/03
- 04/08: gnu: emacs-org-board: Update to 1138-2.500fe02., guix-commits, 2025/01/03
- 02/08: gnu: Add emacs-parinfer-rust-mode., guix-commits, 2025/01/03
- 03/08: gnu: Add emacs-eslint-flymake., guix-commits, 2025/01/03
- 07/08: gnu: emacs-jupyter: Update to 1.0-2.db8a9e2., guix-commits, 2025/01/03
- 05/08: gnu: Add emacs-spacious-padding., guix-commits, 2025/01/03
- 08/08: gnu: Add emacs-binder., guix-commits, 2025/01/03
- 06/08: gnu: emacs-helm-bibtex: Update to 2.0.1-2.6064e86.,
guix-commits <=