1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 11:40:30 +02:00

gnu: emacs-ivy-posframe: Fix hash.

This commit follows 622e700bdd.

* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Fix hash.
This commit is contained in:
Oleg Pykhalov
2020-10-29 03:41:05 +03:00
parent b718343ffc
commit 3791d1580a

View File

@@ -23623,7 +23623,7 @@ interface.")
(uri (string-append "https://elpa.gnu.org/packages/"
"ivy-posframe-" version ".el"))
(sha256
(base32 "1y75avbgk143xs82yqiia7yhh6jjjm22lpmwaq0ysw5mdpazjxfa"))))
(base32 "01zc2yj7g4lfz7qblx7k6sg54v0h4w0frnnmsf92lwypfijd2lsj"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-ivy" ,emacs-ivy)