diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3f987f8ae6..6d7be96ea1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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") |