branch: elpa/nix-mode
commit abf54fb448da1f1dfe4f91d9fa7820c19da57bc2
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>

    Emacs 25 is now the minimum version required
    
    This is due to use of pcase-exhaustive (and subr-x in general requires
    24.4).
---
 nix-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-mode.el b/nix-mode.el
index 96d3401370..9d3cad7914 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -4,7 +4,7 @@
 ;; Homepage: https://github.com/NixOS/nix-mode
 ;; Version: 1.4.1
 ;; Keywords: nix, languages, tools, unix
-;; Package-Requires: ((emacs "24.3"))
+;; Package-Requires: ((emacs "25"))
 
 ;; This file is NOT part of GNU Emacs.
 

Reply via email to