guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: emacs-ivy-posframe: Fix source URL.


From: guix-commits
Subject: 01/03: gnu: emacs-ivy-posframe: Fix source URL.
Date: Thu, 17 Dec 2020 20:53:23 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 1ec393f8a89a4717a7900b8863905d2541a0868b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Dec 17 16:17:03 2020 -0500

    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 7379e6c..a059922 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24204,7 +24204,7 @@ interface.")
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
-                           "ivy-posframe-" version ".el"))
+                           "ivy-posframe-" version ".tar"))
        (sha256
         (base32 "184730grclxmlw6nfs41d4g6fvz9c6xnclvwgqx1ii0xm7p9xy95"))))
     (build-system emacs-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]