gnu: emacs-parseedn: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.0.0.
This commit is contained in:
parent
9e7af88d2e
commit
1421d69c4f
1 changed files with 2 additions and 2 deletions
|
@ -27322,7 +27322,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 "0.2.0")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -27332,7 +27332,7 @@ data, including buffers, window configuration, variables, and more.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0271amhw63650rrzikcyqxa8sb42npnk7q3yrsay2v79wbqkdaw9"))))
|
"15rp708s46f86w8scd72pr7ikp87c69pzfybnslqbahw7s53lhpq"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-a" ,emacs-a)
|
`(("emacs-a" ,emacs-a)
|
||||||
|
|
Reference in a new issue