me
/
guix
Archived
1
0
Fork 0

gnu: emacs-meson-mode: Update to 0.3.

* gnu/packages/emacs-xyz.scm (emacs-meson-mode): Update to 0.3.
master
Nicolas Goaziou 2020-09-23 22:03:28 +02:00
parent 40131b75c4
commit 367ee580a2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -23912,7 +23912,7 @@ files and subdirectories when appropriate.")
(define-public emacs-meson-mode (define-public emacs-meson-mode
(package (package
(name "emacs-meson-mode") (name "emacs-meson-mode")
(version "0.2") (version "0.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -23921,7 +23921,7 @@ files and subdirectories when appropriate.")
(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 "1720b3hpfqd989zrgcns51jbjrv4vzl9di9mccl55vkmkbqzfin0")))) (base32 "0hlqvq3j4f6g16nj3bm2wbkncn8hv8c8iqd0sch3w80wwqnr622y"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/wentasah/meson-mode") (home-page "https://github.com/wentasah/meson-mode")
(synopsis "Major mode for Meson build system files") (synopsis "Major mode for Meson build system files")