mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-eldev: Update to 1.9.1.
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.9.1. Change-Id: Icd542635bc67dfae089d5bea00fa5a98ec6cb7dc
This commit is contained in:
parent
df509fe107
commit
7ba999a3c4
1 changed files with 2 additions and 2 deletions
|
@ -23491,7 +23491,7 @@ according to a parsing expression grammar.")
|
||||||
(define-public emacs-eldev
|
(define-public emacs-eldev
|
||||||
(package
|
(package
|
||||||
(name "emacs-eldev")
|
(name "emacs-eldev")
|
||||||
(version "1.9")
|
(version "1.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23500,7 +23500,7 @@ according to a parsing expression grammar.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mhp3m4d5na844nnv107j706552h0q6xs93jkp4rmqiig73kq17w"))))
|
(base32 "1v0jwzwq0xpih8m4aymz90fdfvypkiqczh0ip5jg4kcvzikliw3f"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue