diff options
author | Nicolas Goaziou <[email protected]> | 2025-01-26 19:31:53 +0100 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2025-01-26 20:58:37 +0100 |
commit | cddea8bdd84fa915e2230d7d541e69bffcfc9f23 (patch) | |
tree | 28f2aefa6a9dad9bc4331e41afbbbe76aad9cd3a | |
parent | ce80836ca095fc8fce3b7a3f11b0f94cc8ae3206 (diff) |
gnu: emacs-compat: Update to 30.0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 30.0.2.0.
Change-Id: Ic4cab00af7e1a31edd994bb29a0717fae3d3cbd0
-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 d047cda3b4..fba1605161 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -10281,7 +10281,7 @@ correct movement and editing than you would otherwise have.") (define-public emacs-compat (package (name "emacs-compat") - (version "30.0.1.0") + (version "30.0.2.0") (source (origin (method git-fetch) (uri (git-reference @@ -10290,7 +10290,7 @@ correct movement and editing than you would otherwise have.") (file-name (git-file-name name version)) (sha256 (base32 - "0nh820w2m139yk2s410hwwzbn2gvaf0qilpq9qd5f9g58swhqw2w")))) + "020rn3l2sn0vzfhx30k47jd2cgvsddk0zfbizgb68hbajcxqfsl4")))) (build-system emacs-build-system) (home-page "https://elpa.gnu.org/packages/compat.html") (synopsis "Emacs Lisp compatibility library") |