gnu: emacs-ement: Update to 0.14.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.14.

Change-Id: I383ee99cee481cb7708ad9027aaed2762dbdeb01
This commit is contained in:
Nicolas Goaziou 2024-02-22 13:43:59 +01:00
parent 625e46182a
commit f9ce439eb7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20742,7 +20742,7 @@ (define-public emacs-plz
(define-public emacs-ement
(package
(name "emacs-ement")
(version "0.13")
(version "0.14")
(source
(origin
(method git-fetch)
@ -20751,7 +20751,7 @@ (define-public emacs-ement
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0bcsg8mp1z35q6k7zwm7p2ka8gvs9kkazmyjcsk9siqz4mlarv7s"))))
(base32 "0nfkxcwkyyy181y6wv64b69rq3spbb3lq634bk6j824aws7ha5rk"))))
(build-system emacs-build-system)
(arguments
(list #:emacs emacs)) ;need libxml support