me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 5 additions and 4 deletions

View File

@ -18978,7 +18978,7 @@ which avoids some of the issues with using Emacss built-in Url library.")
(define-public emacs-ement
(package
(name "emacs-ement")
(version "0.7")
(version "0.8.1")
(source
(origin
(method git-fetch)
@ -18987,12 +18987,13 @@ 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 "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