gnu: emacs-ement: Update to 0.4.1.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.4.1.
This commit is contained in:
Nicolas Goaziou 2022-10-28 11:06:42 +02:00
parent 652c5d8a01
commit 5b86417d91
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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