From 0a815a08d384af18051378762edd2f71e6ce66fa Mon Sep 17 00:00:00 2001 From: Jelle Licht Date: Sun, 24 Apr 2022 12:57:02 +0200 Subject: gnu: emacs-el-patch: Update to 3.0. * gnu/packages/emacs-xyz.scm (emacs-el-patch): Update to 3.0. [arguments]: Re-enable validate-compiled-autoloads. --- gnu/packages/emacs-xyz.scm | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index d9f99fbb47..bf0e0da7b3 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25955,7 +25955,7 @@ all of your projects, then override or add variables on a per-project basis.") (define-public emacs-el-patch (package (name "emacs-el-patch") - (version "2.4") + (version "3.0") (source (origin (method git-fetch) @@ -25964,14 +25964,8 @@ all of your projects, then override or add variables on a per-project basis.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0vankik1dh2yd554h59s5vlzanwx8sx9j31kr15830m3hfgikygz")))) + (base32 "0qkx7f19kl85n56bp3q40200a6ynpkhimcnb3k6x4n6idn6ff2pa")))) (build-system emacs-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - ;; XXX: The `validate-compiled-autoloads' phase fails with "Symbol’s - ;; value as variable is void: el-patch-deftype". - (delete 'validate-compiled-autoloads)))) (home-page "https://github.com/raxod502/el-patch") (synopsis "Future-proof your Emacs customizations") (description "This package allows for an alternate definition of an Elisp -- cgit v1.2.3