This is an automated email from the git hooks/post-receive script. guix_mirror_bot pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new d437b9cb46 gnu: emacs-org-roam-bibtex: Update to 0.6.2-0.b065198. d437b9cb46 is described below commit d437b9cb46c6d5a71667a2884074fadd1b0522fc Author: Cayetano Santos <csant...@inventati.org> AuthorDate: Sun Jun 22 10:53:46 2025 +0200 gnu: emacs-org-roam-bibtex: Update to 0.6.2-0.b065198. * gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex): Update to 0.6.2-0.b065198. Change-Id: I6db838df4a9b120c0bfda964cf5fe1d903a1e571 Signed-off-by: jgart <jg...@dismail.de> --- gnu/packages/emacs-xyz.scm | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 29803ef969..2659d1c065 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -41413,29 +41413,32 @@ backlinks when inserting a link.") (license license:gpl3+))) (define-public emacs-org-roam-bibtex - (package - (name "emacs-org-roam-bibtex") - (version "0.6.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/org-roam/org-roam-bibtex") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "166n1q30xamms4lfqq9vp0yknq33gwlk54qaravxxwz01fdpgb25")))) - (build-system emacs-build-system) - (propagated-inputs - (list emacs-helm-bibtex emacs-org-ref emacs-org-roam)) - (home-page "https://github.com/org-roam/org-roam-bibtex") - (synopsis "Connector between Org Roam, BibTeX-completion, and Org Ref") - (description - "Org Roam BibTeX is a library which offers a tighter integration between + ;; Latest release from 3 years ago. + (let ((commit "b065198f2c3bc2a47ae520acd2b1e00e7b0171e6") + (revision "0")) + (package + (name "emacs-org-roam-bibtex") + (version (git-version "0.6.2" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/org-roam/org-roam-bibtex") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1hywqrab07lpssc08aqpwa2asly92dhdn09ikx8jp0bi3l26wryy")))) + (build-system emacs-build-system) + (propagated-inputs + (list emacs-helm-bibtex emacs-org-ref emacs-org-roam)) + (home-page "https://github.com/org-roam/org-roam-bibtex") + (synopsis "Connector between Org Roam, BibTeX-completion, and Org Ref") + (description + "Org Roam BibTeX is a library which offers a tighter integration between Org Roam, Helm-BibTeX, and Org Ref. It allows users to access their bibliographical notes in Org Roam directory via Helm BibTeX, Ivy BibTeX, or by opening Org Ref's @code{cite:} links.") - (license license:gpl3+))) + (license license:gpl3+)))) (define-public emacs-org-generate (package