gnu: emacs-compat: Update source to use git reference.

* gnu/packages/emacs-xyz.scm (emacs-compat): The hash on ELPA no longer
matches the one noted in Guix.  Update it to use the git repository.

Change-Id: I0c9cb62be365e87cb4da1847272743bb4206197c
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Suhail Singh 2024-06-17 08:03:08 -04:00 committed by Nicolas Goaziou
parent 36165742b5
commit 1ac526f023
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -9479,12 +9479,13 @@ correct movement and editing than you would otherwise have.")
(name "emacs-compat")
(version "29.1.4.5")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"compat-" version ".tar"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacs-compat/compat")
(commit version)))
(sha256
(base32
"191cjzrw9xm5bvcf8s1yr9hdcn9i02789xfd8pz33lk65s0rq413"))))
"1bq2nk052g5ydl6qgiiiflnamzn1lgikv6yc8ijfzwksg06wq959"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/compat.html")
(synopsis "Emacs Lisp Compatibility Library")