all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46207] [PATCH] gnu: emacs-adaptive-wrap: Update source URI.
@ 2021-01-31  7:40 Evgeny Pisemsky
  2021-01-31 16:51 ` bug#46207: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Evgeny Pisemsky @ 2021-01-31  7:40 UTC (permalink / raw)
  To: 46207

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-emacs-adaptive-wrap-Update-source-URI.patch --]
[-- Type: text/x-patch, Size: 1073 bytes --]

From c428b20e5113a48761612c8a0af3928df7a9a089 Mon Sep 17 00:00:00 2001
From: Evgeny Pisemsky <evgeny@pisemsky.com>
Date: Sun, 31 Jan 2021 10:05:06 +0300
Subject: [PATCH] gnu: emacs-adaptive-wrap: Update source URI.

This fixes a "download failed" error when building the package.

* gnu/packages/emacs-xyz.scm (emacs-adaptive-wrap)[source]: Update URI.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 28c7b41d79..f8d3ed2165 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11774,7 +11774,7 @@ information via a consistent and well-integrated user interface.")
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/"
-                           "adaptive-wrap-" version ".el"))
+                           "adaptive-wrap-" version ".tar"))
        (sha256
         (base32 "1gs1pqzywvvw4prj63vpj8abh8h14pjky11xfl23pgpk9l3ldrb0"))))
     (build-system emacs-build-system)
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46207: [PATCH] gnu: emacs-adaptive-wrap: Update source URI.
  2021-01-31  7:40 [bug#46207] [PATCH] gnu: emacs-adaptive-wrap: Update source URI Evgeny Pisemsky
@ 2021-01-31 16:51 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-01-31 16:51 UTC (permalink / raw)
  To: Evgeny Pisemsky; +Cc: 46207-done

Hello,

Evgeny Pisemsky <evgeny@pisemsky.com> writes:

> Subject: [PATCH] gnu: emacs-adaptive-wrap: Update source URI.
>
> This fixes a "download failed" error when building the package.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-31 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31  7:40 [bug#46207] [PATCH] gnu: emacs-adaptive-wrap: Update source URI Evgeny Pisemsky
2021-01-31 16:51 ` bug#46207: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.