mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: emacs-parseedn: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 0.2.0.
This commit is contained in:
parent
dbeebb2821
commit
0bfb6f03f1
1 changed files with 2 additions and 2 deletions
|
@ -25140,7 +25140,7 @@ (define-public emacs-psession
|
|||
(define-public emacs-parseedn
|
||||
(package
|
||||
(name "emacs-parseedn")
|
||||
(version "0.1.0")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25150,7 +25150,7 @@ (define-public emacs-parseedn
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"11wi3hwcgmy54p6ivpijqm7v0hj6j75a19qk5z779bqfrp79b4pc"))))
|
||||
"0271amhw63650rrzikcyqxa8sb42npnk7q3yrsay2v79wbqkdaw9"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-a" ,emacs-a)
|
||||
|
|
Loading…
Reference in a new issue