mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: emacs-eldev: Update to 1.10.
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.10. Change-Id: Iafaf10e545920b424fc709def4ebfc6c831cf76f Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
8643bb4a82
commit
3843820d5d
1 changed files with 2 additions and 2 deletions
|
@ -23757,7 +23757,7 @@ (define-public emacs-peg
|
|||
(define-public emacs-eldev
|
||||
(package
|
||||
(name "emacs-eldev")
|
||||
(version "1.9.1")
|
||||
(version "1.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23766,7 +23766,7 @@ (define-public emacs-eldev
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1v0jwzwq0xpih8m4aymz90fdfvypkiqczh0ip5jg4kcvzikliw3f"))))
|
||||
(base32 "02yks6nmw725b4ng97pbw3b8rh60hzysplzpgxr7czq2wdlll7zp"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue