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
(package
(name "emacs-ement")
(version "0.10")
(version "0.11")
(source
(origin
(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))))
(file-name (git-file-name name version))
(sha256
(base32 "1bbjk39w3a66b5zmdjkr5zrchrf8mk4avzaxrqf027mc7pfmy8rb"))))
(base32 "08wsqld0qic2gn5b6vhxrpbbnabgb2mlrlcxww6dgf25phw82r0l"))))
(build-system emacs-build-system)
(arguments
(list #:emacs emacs)) ;need libxml support