mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-meson-mode: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-meson-mode): Update to 0.3.
This commit is contained in:
parent
40131b75c4
commit
367ee580a2
1 changed files with 2 additions and 2 deletions
|
@ -23912,7 +23912,7 @@ (define-public emacs-no-littering
|
|||
(define-public emacs-meson-mode
|
||||
(package
|
||||
(name "emacs-meson-mode")
|
||||
(version "0.2")
|
||||
(version "0.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23921,7 +23921,7 @@ (define-public emacs-meson-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1720b3hpfqd989zrgcns51jbjrv4vzl9di9mccl55vkmkbqzfin0"))))
|
||||
(base32 "0hlqvq3j4f6g16nj3bm2wbkncn8hv8c8iqd0sch3w80wwqnr622y"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/wentasah/meson-mode")
|
||||
(synopsis "Major mode for Meson build system files")
|
||||
|
|
Loading…
Reference in a new issue