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 <jgart@dismail.de>
This commit is contained in:
Cayetano Santos 2025-06-22 10:53:46 +02:00 committed by jgart
parent 272fc9c223
commit d437b9cb46
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -41413,18 +41413,21 @@ backlinks when inserting a link.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-org-roam-bibtex (define-public emacs-org-roam-bibtex
;; Latest release from 3 years ago.
(let ((commit "b065198f2c3bc2a47ae520acd2b1e00e7b0171e6")
(revision "0"))
(package (package
(name "emacs-org-roam-bibtex") (name "emacs-org-roam-bibtex")
(version "0.6.2") (version (git-version "0.6.2" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/org-roam/org-roam-bibtex") (url "https://github.com/org-roam/org-roam-bibtex")
(commit (string-append "v" version)))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "166n1q30xamms4lfqq9vp0yknq33gwlk54qaravxxwz01fdpgb25")))) (base32 "1hywqrab07lpssc08aqpwa2asly92dhdn09ikx8jp0bi3l26wryy"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-helm-bibtex emacs-org-ref emacs-org-roam)) (list emacs-helm-bibtex emacs-org-ref emacs-org-roam))
@ -41435,7 +41438,7 @@ backlinks when inserting a link.")
Org Roam, Helm-BibTeX, and Org Ref. It allows users to access their 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 bibliographical notes in Org Roam directory via Helm BibTeX, Ivy BibTeX, or by
opening Org Ref's @code{cite:} links.") opening Org Ref's @code{cite:} links.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-org-generate (define-public emacs-org-generate
(package (package