gnu: emacs-ement: Update to 0.3.1.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.3.1.
This commit is contained in:
Nicolas Goaziou 2022-10-07 00:44:07 +02:00
parent 22498be0a1
commit 23c97e2e88
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17130,7 +17130,7 @@ (define-public emacs-plz
(define-public emacs-ement
(package
(name "emacs-ement")
(version "0.3")
(version "0.3.1")
(source
(origin
(method git-fetch)
@ -17139,7 +17139,7 @@ (define-public emacs-ement
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0ing4pdqh4z3jsk9qb8qc5n968c27mxn0yq0h102plrb7fafd8ic"))))
(base32 "1ap4zxn2ba8bvmzm77aa4bnxgb1hnz5cymcim9jzy7b67bgapmy7"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs)) ;need libxml support