gnu: emacs-ement: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.2.
This commit is contained in:
Nicolas Goaziou 2022-09-24 19:30:19 +02:00
parent 475c0b6c71
commit 54e5449df5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16830,7 +16830,7 @@ (define-public emacs-plz
(define-public emacs-ement
(package
(name "emacs-ement")
(version "0.1.4")
(version "0.2")
(source
(origin
(method git-fetch)
@ -16839,7 +16839,7 @@ (define-public emacs-ement
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1kms6l14h6ig8kphzpkxv16z7gpvcwvcfsp5ljssdnrx0c7dzz16"))))
(base32 "1f1a00lywzzaaj4sqziz43bbxjfc0gdkqgbfqmai1drn8ihgnhxn"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs)) ;need libxml support