guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/10: gnu: emacs-nix-mode: Update to 1.4.5.


From: guix-commits
Subject: 09/10: gnu: emacs-nix-mode: Update to 1.4.5.
Date: Wed, 28 Oct 2020 17:41:42 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 71dcc8ea03ca4394af0c07c514726c953e1a5cea
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Oct 28 17:27:47 2020 +0100

    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>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b503820..e08456c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19858,7 +19858,7 @@ to open SQLite databases.")
 (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 @@ to open SQLite databases.")
              (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]