mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-compat: Update to 29.1.3.2.
* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.3.2.
This commit is contained in:
parent
05dd97b546
commit
8d72bbacf6
1 changed files with 2 additions and 2 deletions
|
@ -7908,14 +7908,14 @@ (define-public emacs-tup-mode
|
|||
(define-public emacs-compat
|
||||
(package
|
||||
(name "emacs-compat")
|
||||
(version "29.1.3.1")
|
||||
(version "29.1.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"compat-" version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"025idv426a2igaz7ijf5njjdi53zm5lmf345a1smv03iqx3fyj81"))))
|
||||
"0lzfqiimfpd22bv0pw3j6lgbd7ni1mah24jddwx96sf65s39f9hz"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://git.sr.ht/~pkal/compat")
|
||||
(synopsis "Emacs Lisp Compatibility Library")
|
||||
|
|
Loading…
Reference in a new issue