gnu: emacs-ement: Update to 0.14.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.14. Change-Id: I383ee99cee481cb7708ad9027aaed2762dbdeb01
This commit is contained in:
parent
625e46182a
commit
f9ce439eb7
@ -20742,7 +20742,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.13")
|
(version "0.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -20751,7 +20751,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 "0bcsg8mp1z35q6k7zwm7p2ka8gvs9kkazmyjcsk9siqz4mlarv7s"))))
|
(base32 "0nfkxcwkyyy181y6wv64b69rq3spbb3lq634bk6j824aws7ha5rk"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:emacs emacs)) ;need libxml support
|
(list #:emacs emacs)) ;need libxml support
|
||||||
|
Loading…
Reference in New Issue
Block a user