branch: externals/disk-usage
commit cec7fc6adf0aa6926e60983041e9534b0833c5a5
Author: Pierre Neidhardt <[email protected]>
Commit: Pierre Neidhardt <[email protected]>
Require Emacs 26 for file-attribute-* functions
---
disk-usage.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/disk-usage.el b/disk-usage.el
index d5c8629..52d36d2 100644
--- a/disk-usage.el
+++ b/disk-usage.el
@@ -6,7 +6,7 @@
;; Maintainer: Pierre Neidhardt <[email protected]>
;; URL: https://gitlab.com/Ambrevar/emacs-disk-usage
;; Version: 1.1.0
-;; Package-Requires: ((emacs "25.1"))
+;; Package-Requires: ((emacs "26.1"))
;; Keywords: files, convenience, tools
;; This file is not part of GNU Emacs.