[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-ivy-posframe: Fix source URL.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-ivy-posframe: Fix source URL. |
Date: |
Thu, 14 Jan 2021 02:51:48 -0500 |
This is an automated email from the git hooks/post-receive script.
jlicht pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 296156d gnu: emacs-ivy-posframe: Fix source URL.
296156d is described below
commit 296156d9d1def88ccfda7d46cdcb574a4a52947b
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Thu Jan 14 07:17:06 2021 +0100
gnu: emacs-ivy-posframe: Fix source URL.
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe)[source]: Fix URL.
---
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 572b1af..e35a29c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12117,7 +12117,7 @@ and cangjie.")
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
- "posframe-" version ".el"))
+ "posframe-" version ".tar"))
(sha256
(base32 "1sn35ibp5y4y80l1xm4b8i94ld953a9gbkk99zqd9mrq9bwjyhdp"))))
(build-system emacs-build-system)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-ivy-posframe: Fix source URL.,
guix-commits <=