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:
Nicolas Goaziou 2020-06-06 13:14:05 +02:00
parent 22ba47551b
commit c160e5571c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -14400,7 +14400,7 @@ until the top-level form is no longer a macro call.")
(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 @@ until the top-level form is no longer a macro call.")
(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