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.
This commit is contained in:
Jelle Licht 2022-04-24 12:57:02 +02:00
parent 77b6fca67a
commit 0a815a08d3
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -25955,7 +25955,7 @@ (define-public emacs-calibredb
(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 @@ (define-public emacs-el-patch
(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 "Symbols
;; 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