gnu: emacs-compat: Update to 29.1.4.5.

* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.4.5.

Change-Id: Ifb5c23b0f673e0a2dae5c0754b943867deac5a98
This commit is contained in:
Nicolas Goaziou 2024-03-18 14:29:06 +01:00
parent 34874f5516
commit add8a88225
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9323,14 +9323,14 @@ (define-public emacs-combobulate
(define-public emacs-compat
(package
(name "emacs-compat")
(version "29.1.4.4")
(version "29.1.4.5")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"compat-" version ".tar"))
(sha256
(base32
"0710g552b1nznnfx2774gmg6yizs27s0bakqm95nsjrp6kgznbfr"))))
"191cjzrw9xm5bvcf8s1yr9hdcn9i02789xfd8pz33lk65s0rq413"))))
(build-system emacs-build-system)
(home-page "https://git.sr.ht/~pkal/compat")
(synopsis "Emacs Lisp Compatibility Library")