mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01: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
|
(define-public emacs-parseedn
|
||||||
(package
|
(package
|
||||||
(name "emacs-parseedn")
|
(name "emacs-parseedn")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -34960,7 +34960,7 @@ (define-public emacs-parseedn
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1pxm50i74id3c4c0j2ifac0wx5zkdq431dmcqbyb6w6k0s05l23c"))))
|
(base32 "0b2jralm5lm4z4lpkn8ygzfga67xsalaszc8gqqv36khmz2mrckc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-a emacs-parseclj))
|
(list emacs-a emacs-parseclj))
|
||||||
|
|
Loading…
Reference in a new issue