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 ac229bd..d53f16e 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,10 +1,10 @@ (define-package "magit" "2.12.0" "A Git porcelain inside Emacs." '((emacs "24.4") - (async "20170823") - (dash "20170810") - (ghub "20171207") - (git-commit "20170823") + (async "1.9.2") + (dash "2.13.0") + (ghub "2.0.0") + (git-commit "2.11.0") (let-alist "1.0.5") - (magit-popup "20171121") - (with-editor "20170817"))) + (magit-popup "2.13.3") + (with-editor "2.7.2"))) |
