mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: emacs-el-patch: Update to 2.2.3-0.8ab8fb3.
* gnu/packages/emacs-xyz.scm (emacs-el-patch): Update to 2.2.3-0.8ab8fb3.
This commit is contained in:
parent
2c451db39a
commit
e48b9d5712
1 changed files with 20 additions and 18 deletions
|
@ -25062,26 +25062,28 @@ (define-public emacs-calibredb
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public emacs-el-patch
|
(define-public emacs-el-patch
|
||||||
(package
|
(let ((commit "8ab8fb3315ec9d3fd758929409ddf3151f464e80")
|
||||||
(name "emacs-el-patch")
|
(revision "0"))
|
||||||
(version "2.2.3")
|
(package
|
||||||
(source
|
(name "emacs-el-patch")
|
||||||
(origin
|
(version (git-version "2.2.3" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/raxod502/el-patch")
|
(method git-fetch)
|
||||||
(commit version)))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/raxod502/el-patch")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32
|
(file-name (git-file-name name version))
|
||||||
"18djslz177q6q33y82zmg2v6n9236a76kiqfvxdk4vbqzjbq82f7"))))
|
(sha256
|
||||||
(build-system emacs-build-system)
|
(base32
|
||||||
(home-page "https://github.com/raxod502/el-patch")
|
"197sxp4sscs0xlp67gbf5zh9ga521qvm9n7klpwljm1kf0jmm4vz"))))
|
||||||
(synopsis "Future-proof your Emacs customizations")
|
(build-system emacs-build-system)
|
||||||
(description "This package allows for an alternate definition of an Elisp
|
(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")
|
||||||
|
|
Loading…
Reference in a new issue