mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -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
|
(define-public emacs-ement
|
||||||
(package
|
(package
|
||||||
(name "emacs-ement")
|
(name "emacs-ement")
|
||||||
(version "0.7")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18987,12 +18987,13 @@ (define-public emacs-ement
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fmqllvz0dqv8gvj5sbn7xc5qw67ip9gdrj0139zgi2z9fj9b188"))))
|
(base32 "05y478al4ld35mnvqsf84iazjcyy9275im5ybhmzhx34lywsnny2"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:emacs ,emacs)) ;need libxml support
|
(list #:emacs emacs)) ;need libxml support
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-plz
|
(list emacs-persist
|
||||||
|
emacs-plz
|
||||||
emacs-svg-lib
|
emacs-svg-lib
|
||||||
emacs-taxy
|
emacs-taxy
|
||||||
emacs-taxy-magit-section
|
emacs-taxy-magit-section
|
||||||
|
|
Loading…
Reference in a new issue