mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-parseedn: Update to 1.2.1.
* gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.2.1. Change-Id: I4d6fd0b3a5e134002695368ea1184c24d9fcef8d
This commit is contained in:
parent
aca2259d7d
commit
746b4d639f
1 changed files with 2 additions and 2 deletions
|
@ -34951,7 +34951,7 @@ (define-public emacs-psession
|
|||
(define-public emacs-parseedn
|
||||
(package
|
||||
(name "emacs-parseedn")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -34960,7 +34960,7 @@ (define-public emacs-parseedn
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1pxm50i74id3c4c0j2ifac0wx5zkdq431dmcqbyb6w6k0s05l23c"))))
|
||||
(base32 "0b2jralm5lm4z4lpkn8ygzfga67xsalaszc8gqqv36khmz2mrckc"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-a emacs-parseclj))
|
||||
|
|
Loading…
Reference in a new issue