[PATCH] gnu: emacs-org-ref: Update to 3.1-0.732a20b.

  • Open
  • quality assurance status badge
Details
One participant
  • Cayetano Santos
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal
C
C
Cayetano Santos wrote 2 days ago
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
5dc12ccaa4defdcbde87377ff165f2ce87a0a8f5.1727803250.git.csantosb@inventati.org
* gnu/packages/emacs-xyz.scm (emacs-org-ref): Update to 3.1-0.732a20b.
---
gnu/packages/emacs-xyz.scm | 32 +++++++++++++++-----------------
1 file changed, 15 insertions(+), 17 deletions(-)

Toggle diff (65 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4e9ecbea48..6c4739e8c0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26160,11 +26160,11 @@ (define-public emacs-discover-my-major
(license license:gpl3+)))
(define-public emacs-org-ref
- (let ((commit "bb375f366f883e5b60e3bb625f2acd026811fb55")
+ (let ((commit "732a20bd236fd02db4a651da29f87f87f458a54a")
(revision "0"))
(package
(name "emacs-org-ref")
- (version (git-version "3.0" revision commit))
+ (version (git-version "3.1" revision commit))
(source
(origin
(method git-fetch)
@@ -26174,29 +26174,27 @@ (define-public emacs-org-ref
(file-name (git-file-name name version))
(sha256
(base32
- "01wxcyzdrx6ysv9rjd64fr7kkvm4fjr03ib4mmpchraxxm8g8z43"))))
+ "1kbjxz56fvln6drd2wqdxrpgwjshzpdbyaq7dz0gn285z93y1knk"))))
(build-system emacs-build-system)
(arguments
(list
#:include #~(cons* "org-ref.org" "org-ref.bib" %default-include)
#:exclude #~(list
- ;; github.com/jkitchin/org-ref/issues/1085
- "openalex.el"
;; author doesn't recommend using it
"org-ref-pdf.el")))
(propagated-inputs
- (list emacs-avy
- emacs-citeproc-el
- emacs-dash
- emacs-f
- emacs-helm
- emacs-helm-bibtex
- emacs-htmlize
- emacs-hydra
- emacs-ivy
- emacs-ox-pandoc
- emacs-parsebib
- emacs-s))
+ (list
+ emacs-dash
+ emacs-s
+ emacs-f
+ emacs-htmlize
+ emacs-hydra
+ emacs-avy
+ emacs-parsebib
+ emacs-helm-bibtex
+ emacs-citeproc-el
+ emacs-ox-pandoc
+ emacs-request))
(home-page "https://github.com/jkitchin/org-ref")
(synopsis "Citations, cross-references and bibliographies in Org mode")
(description

base-commit: 71fef00c95b22a1d917abdb28de5aa217b023e31
--
2.46.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73583@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73583
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch