gnu: emacs-ement: Update to 0.8.2.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.8.2.
This commit is contained in:
parent
5b9f07bb07
commit
6d5f96cbac
1 changed files with 2 additions and 2 deletions
|
@ -19061,7 +19061,7 @@ (define-public emacs-plz
|
|||
(define-public emacs-ement
|
||||
(package
|
||||
(name "emacs-ement")
|
||||
(version "0.8.1")
|
||||
(version "0.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -19070,7 +19070,7 @@ (define-public emacs-ement
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "05y478al4ld35mnvqsf84iazjcyy9275im5ybhmzhx34lywsnny2"))))
|
||||
(base32 "0qzml4hrylvsd25vyyj1pf77kvv8kzjyzap00d4s182gvva4lvks"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:emacs emacs)) ;need libxml support
|
||||
|
|
Loading…
Reference in a new issue