me
/
guix
Archived
1
0
Fork 0

gnu: emacs-beginend: Update to 2.2.0.

* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.2.0.
master
Nicolas Goaziou 2020-09-20 22:38:32 +02:00
parent 822c19b920
commit fd5cace4c9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -15298,7 +15298,7 @@ until the top-level form is no longer a macro call.")
(define-public emacs-beginend
(package
(name "emacs-beginend")
(version "2.1.0")
(version "2.2.0")
(source
(origin
(method git-fetch)
@ -15307,7 +15307,7 @@ until the top-level form is no longer a macro call.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1ic5z3qb5sc3mjrjdlg0rqm2l59a43gwnakagns4cilln2a3xdg8"))))
(base32 "1r9033zlx2q2dk3bjz004flxdiw79qiswq0zqdjnlzwassvk0f35"))))
;; TODO: Run tests.
(build-system emacs-build-system)
(inputs