mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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:
parent
2cefa6d835
commit
6a6f56e388
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue