From: Cayetano Santos via Guix-patches via <guix-patches@gnu.org>
To: 75114@debbugs.gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: [bug#75114] [PATCH] gnu: emacs-helm-bibtex: Update to 2.0.1-2.6064e86.
Date: Thu, 26 Dec 2024 12:25:23 +0100 [thread overview]
Message-ID: <b39e70a42afac98bc5e00b73c4fcfc4c4ce1b677.1735212323.git.csantosb@inventati.org> (raw)
* gnu/packages/emacs-xyz.scm (emacs-helm-bibtex): Update to 2.0.1-2.6064e86.
Change-Id: Ief02d9f1ddc7cb59372ab3372c42315fcc8abb67
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
---
Previous version dates back from 2 years ago.
I include here some minor styling fixes too, as per `guix style`.
gnu/packages/emacs-xyz.scm | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d3760eef07..a5eef76b96 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25463,8 +25463,8 @@ (define-public emacs-citar-denote
(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))
@@ -25476,19 +25476,19 @@ (define-public emacs-helm-bibtex
(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-helm
+ emacs-parsebib
+ emacs-s
+ emacs-dash
+ emacs-f
+ emacs-biblio
+ emacs-ivy))
(home-page "https://github.com/tmalsburg/helm-bibtex")
(synopsis "Bibliography manager based on Helm")
- (description "This package provides bibliography manager for Emacs,
+ (description
+ "This package provides bibliography manager for Emacs,
based on Helm and the bibtex-completion backend.
Key features:
@@ -25505,7 +25505,8 @@ (define-public emacs-helm-bibtex
@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
base-commit: 9629b6821118b1896434b32f73521a7f2b686b04
--
2.47.1
reply other threads:[~2024-12-26 11:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b39e70a42afac98bc5e00b73c4fcfc4c4ce1b677.1735212323.git.csantosb@inventati.org \
--to=guix-patches@gnu.org \
--cc=75114@debbugs.gnu.org \
--cc=csantosb@inventati.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.