gnu: emacs-ement: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.4.master
parent
48b643f5fa
commit
27bda6c5f9
|
@ -17152,7 +17152,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.")
|
||||||
(define-public emacs-ement
|
(define-public emacs-ement
|
||||||
(package
|
(package
|
||||||
(name "emacs-ement")
|
(name "emacs-ement")
|
||||||
(version "0.3.1")
|
(version "0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17161,7 +17161,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.")
|
||||||
(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 "1ap4zxn2ba8bvmzm77aa4bnxgb1hnz5cymcim9jzy7b67bgapmy7"))))
|
(base32 "0pcszmcbq2lwjzpz3jd378sdqb7jh0v0c0ak49nmc5gciljjlzcg"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:emacs ,emacs)) ;need libxml support
|
`(#:emacs ,emacs)) ;need libxml support
|
||||||
|
|
Reference in New Issue