mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: emacs-ement: Update to 0.9.3.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.9.3.
This commit is contained in:
parent
cab331891d
commit
4fc7b21ddf
1 changed files with 2 additions and 2 deletions
|
@ -19194,7 +19194,7 @@ (define-public emacs-plz
|
|||
(define-public emacs-ement
|
||||
(package
|
||||
(name "emacs-ement")
|
||||
(version "0.9.1")
|
||||
(version "0.9.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -19203,7 +19203,7 @@ (define-public emacs-ement
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "126h4cb0iy8k7w0amn0xizq2mbk9ga8yjc6kz1qn0k73d6kqwxn6"))))
|
||||
(base32 "1fh592y4v6iybdfh0b55k8nknzgsbcmy9g62ymvqz0wlhwq4h5h9"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:emacs emacs)) ;need libxml support
|
||||
|
|
Loading…
Reference in a new issue