aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-pkg.el
blob: eedb33ae8fe7757fef139c4825d794dc73f83e6f (plain)
1
2
3
4
5
6
7
8
9
10
(define-package "magit" "2.12.0"
  "A Git porcelain inside Emacs."
  '((emacs "24.4")
    (async "20170823")
    (dash "20170810")
    (ghub "20180328")
    (git-commit "20180329")
    (let-alist "1.0.5")
    (magit-popup "20180329")
    (with-editor "20180318")))