mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:39:17 -05:00
gnu: emacs-ivy-posframe: Fix source URL.
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe)[source]: Fix URL.
This commit is contained in:
parent
ca34b6f045
commit
296156d9d1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue