mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-ivy: Fix upstream hash mismatch.
The only change is the build-time name of ivy.info: - This is docs5eOqw.info, produced by makeinfo version 6.8 + This is doczSQuZD.info, produced by makeinfo version 6.8 * gnu/packages/emacs-xyz.scm (emacs-ivy)[source]: Update sha256. Change-Id: I2234365159e0020f5c8b4fd90f56bb7a4f7e9590
This commit is contained in:
parent
7e63a35ff2
commit
de5fe1fb24
1 changed files with 1 additions and 1 deletions
|
@ -13586,7 +13586,7 @@ (define-public emacs-ivy
|
|||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/ivy-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1zjksh0jvxyqhzgwmh9i26gaip6c04q400xckh730r2gjs287pjj"))))
|
||||
(base32 "1h9gfkkcw9nfw85m0mh08qfmi2y0jkvdk54qx0iy5p04ysmhs6k1"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list))
|
||||
|
|
Loading…
Reference in a new issue