mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-compat: Update to 29.1.4.2.
* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.4.2.
This commit is contained in:
parent
b2657a498a
commit
eec67a7554
1 changed files with 2 additions and 2 deletions
|
@ -8719,14 +8719,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.1")
|
(version "29.1.4.2")
|
||||||
(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
|
||||||
"1r8laxmdyrpz4nmzjrndd668bks4fgmbya04m0bfzwvhlrsca940"))))
|
"1njvbvvx2gl10psswb8md2s9diiy476gy4yj6vwips40r0n96l3g"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue