aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-section-pkg.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-08-06 18:09:12 +0200
committerJonas Bernoulli <jonas@bernoul.li>2021-08-06 18:09:12 +0200
commit9f00345b5dd288bcaed7ef11b3183cd5c346ff0d (patch)
tree7ff1ec7978a5f8fc78a78899ab08f97ab84c1076 /lisp/magit-section-pkg.el
parentb70f660e36c024fa9319ea0e2977e45ef3c6f3ac (diff)
Reset Package-Requires for Melpa
Diffstat (limited to 'lisp/magit-section-pkg.el')
-rw-r--r--lisp/magit-section-pkg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el
index d72c593..56adbd3 100644
--- a/lisp/magit-section-pkg.el
+++ b/lisp/magit-section-pkg.el
@@ -1,6 +1,6 @@
(define-package "magit-section" "3.2.1"
"Sections for read-only buffers"
'((emacs "25.1")
- (dash "2.18.1"))
+ (dash "20210330"))
:homepage "https://magit.vc"
:keywords '("tools"))