gnu: emacs-beginend: Update to 2.4.0.

* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.4.0.
This commit is contained in:
Nicolas Goaziou 2023-03-08 15:13:08 +01:00
parent 26313f684b
commit b7a02801e9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22605,7 +22605,7 @@ (define-public emacs-company-lua
(define-public emacs-beginend
(package
(name "emacs-beginend")
(version "2.3.0")
(version "2.4.0")
(source
(origin
(method git-fetch)
@ -22614,7 +22614,7 @@ (define-public emacs-beginend
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "17r8v1sjvgcmprywny9fdg54x4pssp8p7a9ivv5mrygkqjz1vykk"))))
(base32 "0a5nr3zwcb36nw4j7xzknvd14gxp52ilgs07hddcjjyxmhrrfmav"))))
;; TODO: Run tests.
(build-system emacs-build-system)
(inputs