me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ivy-posframe: Fix source URL.

* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe)[source]: Fix URL.
master
Maxim Cournoyer 2020-12-17 16:17:03 -05:00
parent c2e2107d73
commit 1ec393f8a8
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -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)