diff options
Diffstat (limited to 'lisp/magit-pkg.el')
| -rw-r--r-- | lisp/magit-pkg.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el index 60a08ca..1dfaf4c 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,10 +1,10 @@ -(define-package "magit" "3.2.1" +(define-package "magit" "3.3.0" "A Git porcelain inside Emacs." '((emacs "25.1") - (dash "20210330") - (git-commit "20210806") - (magit-section "20210806") - (transient "20210701") - (with-editor "20210524")) + (dash "2.19.1") + (git-commit "3.3.0") + (magit-section "3.3.0") + (transient "0.3.6") + (with-editor "3.0.5")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) |
