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:
Michael Rohleder 2020-10-28 17:27:47 +01:00 committed by Nicolas Goaziou
parent c75a2ebef5
commit 71dcc8ea03
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)