[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-adaptive-wrap: Update source URI.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-adaptive-wrap: Update source URI. |
Date: |
Sun, 31 Jan 2021 11:52:02 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3eb84a4 gnu: emacs-adaptive-wrap: Update source URI.
3eb84a4 is described below
commit 3eb84a488e2dcc4079f14d3367763dcaeffd0d41
Author: Evgeny Pisemsky <evgeny@pisemsky.com>
AuthorDate: Sun Jan 31 10:40:30 2021 +0300
gnu: emacs-adaptive-wrap: Update source URI.
* gnu/packages/emacs-xyz.scm (emacs-adaptive-wrap)[source]: Update URI.
This fixes a "download failed" error when building the package.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 5708520..395be23 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-adaptive-wrap: Update source URI.,
guix-commits <=