gnu: emacs-ement: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.4.
This commit is contained in:
Nicolas Goaziou 2022-10-23 14:29:17 +02:00
parent 48b643f5fa
commit 27bda6c5f9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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