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

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Tue, 1 Oct 2024 17:22:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Cayetano Santos <csantosb <at> inventati.org>
Subject: bug#73583: closed (Re: [bug#73583] [PATCH v1] gnu: emacs-org-ref:
 Update to 3.1-0.732a20b.)
Date: Sun, 27 Oct 2024 10:24:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73583 <at> debbugs.gnu.org.

-- 
73583: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73583
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Cc: 73583-done <at> debbugs.gnu.org, Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [bug#73583] [PATCH v1] gnu: emacs-org-ref: Update to
 3.1-0.732a20b.
Date: Sun, 27 Oct 2024 11:22:43 +0100
Hello,

Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-ref): Update to 3.1-0.732a20b.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou



[Message part 3 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [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




This bug report was last modified 207 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.