myhome/.emacs.d/elpa/magit-20200829.921/magit-pkg.el
2020-08-29 15:19:31 +02:00

13 lines
358 B
EmacsLisp

(define-package "magit" "20200829.921" "A Git porcelain inside Emacs."
'((emacs "25.1")
(async "20200113")
(dash "20200524")
(git-commit "20200516")
(transient "20200601")
(with-editor "20200522"))
:commit "f5ea9b2fe50642e305f43958027672cc1abedd8b" :keywords
'("git" "tools" "vc"))
;; Local Variables:
;; no-byte-compile: t
;; End: