gnu: emacs-el-patch: Update to 3.1.
* gnu/packages/emacs-xyz.scm (emacs-el-patch): Update to 3.1. Change-Id: Iba1df4faccb7c87052c48e5bed9f974092e9e3ea
This commit is contained in:
parent
ac0e32fca2
commit
3e19d2106b
1 changed files with 2 additions and 2 deletions
|
@ -31994,7 +31994,7 @@ all of your projects, then override or add variables on a per-project basis.")
|
||||||
(define-public emacs-el-patch
|
(define-public emacs-el-patch
|
||||||
(package
|
(package
|
||||||
(name "emacs-el-patch")
|
(name "emacs-el-patch")
|
||||||
(version "3.0")
|
(version "3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -32003,7 +32003,7 @@ all of your projects, then override or add variables on a per-project basis.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qkx7f19kl85n56bp3q40200a6ynpkhimcnb3k6x4n6idn6ff2pa"))))
|
(base32 "0x2x3ci5i428wgagbwjh9qp2zlflkzlrkbpi6qa4fv7dq3vgkrv2"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/raxod502/el-patch")
|
(home-page "https://github.com/raxod502/el-patch")
|
||||||
(synopsis "Future-proof your Emacs customizations")
|
(synopsis "Future-proof your Emacs customizations")
|
||||||
|
|
Reference in a new issue