unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 48121@debbugs.gnu.org
Subject: [bug#48121] [PATCH] gnu: emacs-xref: Fix ELPA URL.
Date: Fri, 30 Apr 2021 16:37:54 +0200	[thread overview]
Message-ID: <0eeb76928249f307c9af6b4cf2be44c4a7690b7d.1619793451.git.public@yoctocell.xyz> (raw)

The old ELPA URL no longer works as indicated by CI

  https://ci.guix.gnu.org/build/260037/details

* gnu/packages/emacs-xyz.scm (emacs-xref)[source]: Use “.tar” instead of “.el”
in the URL.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b79fb14d77..17a57abd66 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27598,8 +27598,8 @@ work on alists, hash-table and arrays.  All functions are prefixed with
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://elpa.gnu.org/packages/"
-                           "xref-" version ".el"))
+       (uri (string-append "https://elpa.gnu.org/packages/xref-"
+                           version ".tar"))
        (sha256
         (base32 "1s7pwk09bry4nqr4bc78a3mbwyrxagai2gpsd49x47czy2x7m3ax"))))
     (build-system emacs-build-system)

base-commit: d5fdd88739c609987c914a01d2a71d6e3935fec3
-- 
2.31.1






             reply	other threads:[~2021-04-30 14:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-30 14:37 Xinglu Chen [this message]
2021-04-30 15:08 ` bug#48121: [PATCH] gnu: emacs-xref: Fix ELPA URL Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0eeb76928249f307c9af6b4cf2be44c4a7690b7d.1619793451.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=48121@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).