gnu: emacs-el-patch: Update to 2.4.
* gnu/packages/emacs-xyz.scm (emacs-el-patch): Update to 2.4.master
parent
5a0d81589d
commit
cdfa2ccbce
|
@ -25061,28 +25061,31 @@ all of your projects, then override or add variables on a per-project basis.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public emacs-el-patch
|
(define-public emacs-el-patch
|
||||||
(let ((commit "8ab8fb3315ec9d3fd758929409ddf3151f464e80")
|
(package
|
||||||
(revision "0"))
|
(name "emacs-el-patch")
|
||||||
(package
|
(version "2.4")
|
||||||
(name "emacs-el-patch")
|
(source
|
||||||
(version (git-version "2.2.3" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/raxod502/el-patch")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/raxod502/el-patch")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "0vankik1dh2yd554h59s5vlzanwx8sx9j31kr15830m3hfgikygz"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32
|
(arguments
|
||||||
"197sxp4sscs0xlp67gbf5zh9ga521qvm9n7klpwljm1kf0jmm4vz"))))
|
`(#:phases
|
||||||
(build-system emacs-build-system)
|
(modify-phases %standard-phases
|
||||||
(home-page "https://github.com/raxod502/el-patch")
|
;; XXX: The `validate-compiled-autoloads' phase fails with "Symbol’s
|
||||||
(synopsis "Future-proof your Emacs customizations")
|
;; value as variable is void: el-patch-deftype".
|
||||||
(description "This package allows for an alternate definition of an Elisp
|
(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
|
||||||
function to be specified and for any differences from the original definition
|
function to be specified and for any differences from the original definition
|
||||||
to be examined using Ediff.")
|
to be examined using Ediff.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public emacs-info-plus
|
(define-public emacs-info-plus
|
||||||
(let ((commit "29811edf7a71764ac343631facc00268d9483146")
|
(let ((commit "29811edf7a71764ac343631facc00268d9483146")
|
||||||
|
|
Reference in New Issue