diff options
author | Jelle Licht <jlicht@fsfe.org> | 2022-04-24 12:57:02 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2022-04-24 13:17:09 +0200 |
commit | 0a815a08d384af18051378762edd2f71e6ce66fa (patch) | |
tree | 0d6f30bc4f3a759e9b11d64f358dbe8058e62020 | |
parent | 77b6fca67a0b92e42413963ef0720369acef85ab (diff) | |
download | guix-0a815a08d384af18051378762edd2f71e6ce66fa.tar guix-0a815a08d384af18051378762edd2f71e6ce66fa.tar.gz |
gnu: emacs-el-patch: Update to 3.0.
* gnu/packages/emacs-xyz.scm (emacs-el-patch): Update to 3.0.
[arguments]<phases>: Re-enable validate-compiled-autoloads.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 10 |
1 files 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 |