gnu: emacs-parseedn: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.2.0.
This commit is contained in:
parent
cc09b0ebfe
commit
8463cc2efb
1 changed files with 2 additions and 2 deletions
|
@ -34458,7 +34458,7 @@ data, including buffers, window configuration, variables, and more.")
|
||||||
(define-public emacs-parseedn
|
(define-public emacs-parseedn
|
||||||
(package
|
(package
|
||||||
(name "emacs-parseedn")
|
(name "emacs-parseedn")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -34467,7 +34467,7 @@ data, including buffers, window configuration, variables, and more.")
|
||||||
(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 "01j8nrkcm2s0ps277b5zb4pys29lk4cq49rlcqpj19gbfpkwcvdv"))))
|
(base32 "1pxm50i74id3c4c0j2ifac0wx5zkdq431dmcqbyb6w6k0s05l23c"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-a emacs-parseclj))
|
(list emacs-a emacs-parseclj))
|
||||||
|
|
Reference in a new issue