mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: emacs-dotenv-mode: Update to 0.2.5.
* gnu/packages/emacs-xyz.scm (emacs-dotenv-mode): Update to 0.2.5.
This commit is contained in:
parent
f5177a0642
commit
0a5e76e2f9
1 changed files with 2 additions and 2 deletions
|
@ -22605,7 +22605,7 @@ (define-public emacs-markdown-preview-mode
|
|||
(define-public emacs-dotenv-mode
|
||||
(package
|
||||
(name "emacs-dotenv-mode")
|
||||
(version "0.2.4")
|
||||
(version "0.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -22615,7 +22615,7 @@ (define-public emacs-dotenv-mode
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fplkhxnsgdrg10iqsmw162zny2idz4vvv35spsb9j0hsk8imclc"))))
|
||||
"0ys1czramj3c8zbnxxc599bqc0nqp3nnn3n45ac9cjglx5iaydq3"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/preetpalS/emacs-dotenv-mode")
|
||||
(synopsis "Major mode for @file{.env} files")
|
||||
|
|
Loading…
Reference in a new issue