me
/
guix
Archived
1
0
Fork 0

gnu: emacs-compat: Update to 29.1.3.3.

* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.3.3.
master
Nicolas Goaziou 2023-02-11 09:20:54 +01:00
parent f46f058539
commit 019f4116ea
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -7920,14 +7920,14 @@ variables, and so on. The mode also allows you to execute Tup commands.")
(define-public emacs-compat
(package
(name "emacs-compat")
(version "29.1.3.2")
(version "29.1.3.3")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"compat-" version ".tar"))
(sha256
(base32
"0lzfqiimfpd22bv0pw3j6lgbd7ni1mah24jddwx96sf65s39f9hz"))))
"0jzdax1pi068bd9ly2svwyigk6x46gwj27lgdipjkx6jnx4323nw"))))
(build-system emacs-build-system)
(home-page "https://git.sr.ht/~pkal/compat")
(synopsis "Emacs Lisp Compatibility Library")