gnu: emacs-beginend: Update to 2.3.0.
* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.3.0.
This commit is contained in:
parent
928085d828
commit
197d019f24
1 changed files with 2 additions and 2 deletions
|
@ -19603,7 +19603,7 @@ (define-public emacs-company-lua
|
|||
(define-public emacs-beginend
|
||||
(package
|
||||
(name "emacs-beginend")
|
||||
(version "2.2.0")
|
||||
(version "2.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -19612,7 +19612,7 @@ (define-public emacs-beginend
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1r9033zlx2q2dk3bjz004flxdiw79qiswq0zqdjnlzwassvk0f35"))))
|
||||
(base32 "17r8v1sjvgcmprywny9fdg54x4pssp8p7a9ivv5mrygkqjz1vykk"))))
|
||||
;; TODO: Run tests.
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue