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 @@ variables, and so on. The mode also allows you to execute Tup commands.")
|
||||||
(define-public emacs-compat
|
(define-public emacs-compat
|
||||||
(package
|
(package
|
||||||
(name "emacs-compat")
|
(name "emacs-compat")
|
||||||
(version "29.1.4.3")
|
(version "29.1.4.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"compat-" version ".tar"))
|
"compat-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08lg6jph1hqkamf1fhm5ajwy4klh2a2260llr1z7wlbbq52032k5"))))
|
"0710g552b1nznnfx2774gmg6yizs27s0bakqm95nsjrp6kgznbfr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://git.sr.ht/~pkal/compat")
|
(home-page "https://git.sr.ht/~pkal/compat")
|
||||||
(synopsis "Emacs Lisp Compatibility Library")
|
(synopsis "Emacs Lisp Compatibility Library")
|
||||||
|
|
Reference in a new issue