mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-nix-mode: Update to 1.4.5.
* gnu/packages/emacs-xyz.scm (emacs-nix-mode): Update to 1.4.5. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
c75a2ebef5
commit
71dcc8ea03
1 changed files with 2 additions and 2 deletions
|
@ -19858,7 +19858,7 @@ (define-public emacs-edbi-sqlite
|
|||
(define-public emacs-nix-mode
|
||||
(package
|
||||
(name "emacs-nix-mode")
|
||||
(version "1.4.4")
|
||||
(version "1.4.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -19867,7 +19867,7 @@ (define-public emacs-nix-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "19f36kl00pxm2a18hn4cdsdvxlfsdx1pnnm6s6zxd8nw6y8ynvn0"))))
|
||||
(base32 "1bqlhkxg0faddhvxx909dq46dxdxk4mdyhdpww92dmzgxdpq38sx"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
`(("emacs-company" ,emacs-company)
|
||||
|
|
Loading…
Reference in a new issue