gnu: emacs-ement: Update to 0.11.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.11.
This commit is contained in:
Nicolas Goaziou 2023-09-01 21:46:31 +02:00
parent 740f0c4872
commit e37c130d02
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19846,7 +19846,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.10") (version "0.11")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -19855,7 +19855,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 "1bbjk39w3a66b5zmdjkr5zrchrf8mk4avzaxrqf027mc7pfmy8rb")))) (base32 "08wsqld0qic2gn5b6vhxrpbbnabgb2mlrlcxww6dgf25phw82r0l"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list #:emacs emacs)) ;need libxml support (list #:emacs emacs)) ;need libxml support