me
/
guix
Archived
1
0
Fork 0

gnu: emacs-compat: Update to 30.0.0.0.

* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 30.0.0.0.

Change-Id: I957baf7a4f1adc0e74977eb0345b8dcf40a279c0
master
Nicolas Goaziou 2024-07-21 18:01:09 +02:00
parent 81904c16ae
commit 6c783ecc1f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -9638,7 +9638,7 @@ correct movement and editing than you would otherwise have.")
(define-public emacs-compat
(package
(name "emacs-compat")
(version "29.1.4.5")
(version "30.0.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -9646,7 +9646,7 @@ correct movement and editing than you would otherwise have.")
(commit version)))
(sha256
(base32
"1bq2nk052g5ydl6qgiiiflnamzn1lgikv6yc8ijfzwksg06wq959"))))
"0rw4j8caiyah7k6pml8bwxd9zs6q7mlqq3lvrm013vimw2js3d12"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/compat.html")
(synopsis "Emacs Lisp Compatibility Library")