1
Fork 0
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:
Ian Eure 2025-05-20 21:13:52 -07:00
parent ff5e0455ee
commit 4f72ae2513
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -21156,7 +21156,7 @@ information via a consistent and well-integrated user interface.")
(uri (string-append "https://elpa.gnu.org/packages/"
"adaptive-wrap-" version ".tar"))
(sha256
(base32 "1gs1pqzywvvw4prj63vpj8abh8h14pjky11xfl23pgpk9l3ldrb0"))))
(base32 "1dz5mi21v2wqh969m3xggxbzq3qf78hps418rzl73bb57l837qp8"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/adaptive-wrap.html")
(synopsis "Smart line-wrapping with wrap-prefix")