mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ files, and sends rendered Markdown to a web browser.")
|
||||||
(define-public emacs-dotenv-mode
|
(define-public emacs-dotenv-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-dotenv-mode")
|
(name "emacs-dotenv-mode")
|
||||||
(version "0.2.4")
|
(version "0.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -22615,7 +22615,7 @@ files, and sends rendered Markdown to a web browser.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fplkhxnsgdrg10iqsmw162zny2idz4vvv35spsb9j0hsk8imclc"))))
|
"0ys1czramj3c8zbnxxc599bqc0nqp3nnn3n45ac9cjglx5iaydq3"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/preetpalS/emacs-dotenv-mode")
|
(home-page "https://github.com/preetpalS/emacs-dotenv-mode")
|
||||||
(synopsis "Major mode for @file{.env} files")
|
(synopsis "Major mode for @file{.env} files")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue