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

* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe)[source]: Fix URL.
This commit is contained in:
Jelle Licht 2021-01-14 07:17:06 +01:00
parent ca34b6f045
commit 296156d9d1
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -12117,7 +12117,7 @@ (define-public emacs-posframe
(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)