mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 10:00:46 +02:00
gnu: emacs-adaptive-wrap: Fix broken build.
The original 0.8 release from 2021-01-11 was overwritten on 2024-03-31, changing the hash, and causing this package build to fail. * gnu/packages/emacs-xyz.scm (emacs-adaptive-wrap): [sha265]: Update. Change-Id: I5acac3bbf97132445522af6935491202596093ff
This commit is contained in:
parent
ff5e0455ee
commit
4f72ae2513
1 changed files with 1 additions and 1 deletions
|
@ -21156,7 +21156,7 @@ information via a consistent and well-integrated user interface.")
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"adaptive-wrap-" version ".tar"))
|
"adaptive-wrap-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gs1pqzywvvw4prj63vpj8abh8h14pjky11xfl23pgpk9l3ldrb0"))))
|
(base32 "1dz5mi21v2wqh969m3xggxbzq3qf78hps418rzl73bb57l837qp8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://elpa.gnu.org/packages/adaptive-wrap.html")
|
(home-page "https://elpa.gnu.org/packages/adaptive-wrap.html")
|
||||||
(synopsis "Smart line-wrapping with wrap-prefix")
|
(synopsis "Smart line-wrapping with wrap-prefix")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue