mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: emacs-eldev: Update to 0.9.1.
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 0.9.1.
This commit is contained in:
parent
9a254d5ccb
commit
bc068d3e82
1 changed files with 2 additions and 2 deletions
|
@ -16433,7 +16433,7 @@ (define-public emacs-peg
|
|||
(define-public emacs-eldev
|
||||
(package
|
||||
(name "emacs-eldev")
|
||||
(version "0.8.1")
|
||||
(version "0.9.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -16442,7 +16442,7 @@ (define-public emacs-eldev
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"19s45hdhcg5l608awfxvmhd61xzp7dd5pvviv89xzzksx74l1188"))))
|
||||
"1jfj4f5w20qd12k6ygv0jazn2x9pxjrmqmlmibppc4ybrhhgmg0s"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
|
|
Loading…
Reference in a new issue