gnu: emacs-beginend: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.1.0.
This commit is contained in:
parent
22ba47551b
commit
c160e5571c
@ -14400,7 +14400,7 @@ (define-public emacs-company-lua
|
|||||||
(define-public emacs-beginend
|
(define-public emacs-beginend
|
||||||
(package
|
(package
|
||||||
(name "emacs-beginend")
|
(name "emacs-beginend")
|
||||||
(version "2.0.0")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -14409,7 +14409,7 @@ (define-public emacs-beginend
|
|||||||
(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 "1jbhg73g1rrkbwql5vi2b0ys9avfazmwzwgd90gkzwavw0ch9cvl"))))
|
(base32 "1ic5z3qb5sc3mjrjdlg0rqm2l59a43gwnakagns4cilln2a3xdg8"))))
|
||||||
;; TODO: Run tests.
|
;; TODO: Run tests.
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
Loading…
Reference in New Issue
Block a user