gnu: emacs-org-ref: Update to 3.0-0.bb375f3.

* gnu/packages/emacs-xyz.scm (emacs-org-ref): Update to 3.0-0.bb375f3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Cayetano Santos via Guix-patches via 2023-08-21 10:25:53 +02:00 committed by Nicolas Goaziou
parent 9d2e632377
commit 1de41d5a1f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24194,34 +24194,47 @@ their meaning for the current Emacs major-mode.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-org-ref (define-public emacs-org-ref
(package (let ((commit "bb375f366f883e5b60e3bb625f2acd026811fb55")
(name "emacs-org-ref") (revision "0"))
(version "2.0.0") (package
(source (name "emacs-org-ref")
(origin (version (git-version "3.0" revision commit))
(method git-fetch) (source
(uri (git-reference (origin
(url "https://github.com/jkitchin/org-ref") (method git-fetch)
(commit (string-append "v" version)))) (uri (git-reference
(file-name (git-file-name name version)) (url "https://github.com/jkitchin/org-ref")
(sha256 (commit commit)))
(base32 "0xd1qp8dfy8n8b2n3rsdzm8vrfl7dii142kw330s8jp3pavww1f6")))) (file-name (git-file-name name version))
(build-system emacs-build-system) (sha256
(propagated-inputs (base32
(list emacs-dash "01wxcyzdrx6ysv9rjd64fr7kkvm4fjr03ib4mmpchraxxm8g8z43"))))
emacs-f (build-system emacs-build-system)
emacs-helm (arguments
emacs-helm-bibtex (list
emacs-htmlize #:include #~(cons* "org-ref.org" "org-ref.bib" %default-include)
emacs-hydra #:exclude #~(list
emacs-ivy ;; github.com/jkitchin/org-ref/issues/1085
emacs-key-chord "openalex.el"
emacs-pdf-tools ;; author doesn't recommend using it
emacs-s)) "org-ref-pdf.el")))
(home-page "https://github.com/jkitchin/org-ref") (propagated-inputs
(synopsis "Citations, cross-references and bibliographies in Org mode") (list emacs-avy
(description emacs-citeproc-el
"Org Ref is an Emacs library that provides rich support for citations, emacs-dash
emacs-f
emacs-helm
emacs-helm-bibtex
emacs-htmlize
emacs-hydra
emacs-ivy
emacs-ox-pandoc
emacs-parsebib
emacs-s))
(home-page "https://github.com/jkitchin/org-ref")
(synopsis "Citations, cross-references and bibliographies in Org mode")
(description
"Org Ref is an Emacs library that provides rich support for citations,
labels and cross-references in Org mode. labels and cross-references in Org mode.
The basic idea of Org Ref is that it defines a convenient interface to insert The basic idea of Org Ref is that it defines a convenient interface to insert
@ -24239,7 +24252,7 @@ a DOI.
Org Ref is especially suitable for Org documents destined for LaTeX export and Org Ref is especially suitable for Org documents destined for LaTeX export and
scientific publication. Org Ref is also useful for research documents and scientific publication. Org Ref is also useful for research documents and
notes.") notes.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-org-reveal (define-public emacs-org-reveal
(let ((commit "f55c851bf6aeb1bb2a7f6cf0f2b7bd0e79c4a5a0")) (let ((commit "f55c851bf6aeb1bb2a7f6cf0f2b7bd0e79c4a5a0"))