guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Cayetano Santos
Subject: [bug#73583] [PATCH] gnu: emacs-org-ref: Update to 3.1-0.732a20b.
Date: Tue, 1 Oct 2024 19:20:50 +0200

* 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(-)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]