mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-parseedn: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.1.0.
This commit is contained in:
parent
0409601bfb
commit
84b41d2dfe
1 changed files with 2 additions and 2 deletions
|
@ -28108,7 +28108,7 @@ (define-public emacs-psession
|
|||
(define-public emacs-parseedn
|
||||
(package
|
||||
(name "emacs-parseedn")
|
||||
(version "1.0.6")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28117,7 +28117,7 @@ (define-public emacs-parseedn
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1xp2d42yvqkimb7a15bv89bj0124lljw9cb36g49m13d7ny4fafn"))))
|
||||
(base32 "01j8nrkcm2s0ps277b5zb4pys29lk4cq49rlcqpj19gbfpkwcvdv"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-a emacs-parseclj))
|
||||
|
|
Loading…
Reference in a new issue