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 @@ which avoids some of the issues with using Emacss built-in Url library.")
(define-public emacs-ement (define-public emacs-ement
(package (package
(name "emacs-ement") (name "emacs-ement")
(version "0.13") (version "0.14")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -20751,7 +20751,7 @@ which avoids some of the issues with using Emacss built-in Url library.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0bcsg8mp1z35q6k7zwm7p2ka8gvs9kkazmyjcsk9siqz4mlarv7s")))) (base32 "0nfkxcwkyyy181y6wv64b69rq3spbb3lq634bk6j824aws7ha5rk"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list #:emacs emacs)) ;need libxml support (list #:emacs emacs)) ;need libxml support