mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-compat: Update to 29.1.4.4.
* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.4.4. Change-Id: I11705cb0c2b50bb445711bfdfdb142557aa58b04
This commit is contained in:
parent
b5d419b4ab
commit
21822095e8
1 changed files with 2 additions and 2 deletions
|
@ -9017,14 +9017,14 @@ (define-public emacs-tup-mode
|
|||
(define-public emacs-compat
|
||||
(package
|
||||
(name "emacs-compat")
|
||||
(version "29.1.4.3")
|
||||
(version "29.1.4.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"compat-" version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"08lg6jph1hqkamf1fhm5ajwy4klh2a2260llr1z7wlbbq52032k5"))))
|
||||
"0710g552b1nznnfx2774gmg6yizs27s0bakqm95nsjrp6kgznbfr"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://git.sr.ht/~pkal/compat")
|
||||
(synopsis "Emacs Lisp Compatibility Library")
|
||||
|
|
Loading…
Reference in a new issue