gnu: emacs-ement: Update to 0.8.1.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.8.1.
[propagated-inputs]: Add EMACS-PERSIST.
This commit is contained in:
Nicolas Goaziou 2023-04-02 23:11:31 +02:00
parent 2cefa6d835
commit 6a6f56e388
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18978,7 +18978,7 @@ (define-public emacs-plz
(define-public emacs-ement
(package
(name "emacs-ement")
(version "0.7")
(version "0.8.1")
(source
(origin
(method git-fetch)
@ -18987,12 +18987,13 @@ (define-public emacs-ement
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0fmqllvz0dqv8gvj5sbn7xc5qw67ip9gdrj0139zgi2z9fj9b188"))))
(base32 "05y478al4ld35mnvqsf84iazjcyy9275im5ybhmzhx34lywsnny2"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs)) ;need libxml support
(list #:emacs emacs)) ;need libxml support
(propagated-inputs
(list emacs-plz
(list emacs-persist
emacs-plz
emacs-svg-lib
emacs-taxy
emacs-taxy-magit-section