Skip to content

Commit

Permalink
Reset Package-Requires for Melpa
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 4, 2017
1 parent 9cc74bf commit 60b8ade
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lisp/git-commit.el
Expand Up @@ -11,7 +11,7 @@
;; Marius Vollmer <marius.vollmer@gmail.com>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>

;; Package-Requires: ((emacs "24.4") (dash "2.13.0") (with-editor "2.5.9"))
;; Package-Requires: ((emacs "24.4") (dash "20161121.55") (with-editor "20161231.826"))
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit

Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-popup.el
Expand Up @@ -12,7 +12,7 @@
;; Author: Jonas Bernoulli <jonas@bernoul.li>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>

;; Package-Requires: ((emacs "24.4") (async "1.9") (dash "2.13.0"))
;; Package-Requires: ((emacs "24.4") (async "20161103.1036") (dash "20161121.55"))
;; Keywords: bindings
;; Homepage: https://github.com/magit/magit

Expand Down
2 changes: 1 addition & 1 deletion lisp/magit.el
Expand Up @@ -16,7 +16,7 @@
;; Rémi Vanicat <vanicat@debian.org>
;; Yann Hodique <yann.hodique@gmail.com>

;; Package-Requires: ((emacs "24.4") (async "1.9") (dash "2.13.0") (with-editor "2.5.9") (git-commit "2.9.0") (magit-popup "2.9.0"))
;; Package-Requires: ((emacs "24.4") (async "20161103.1036") (dash "20161121.55") (with-editor "20161231.826") (git-commit "20161227.125") (magit-popup "20170104.557"))
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit

Expand Down

0 comments on commit 60b8ade

Please sign in to comment.