aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-08-16 19:46:03 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-08-16 19:46:03 +0200
commita54d1c8f964f0ea082eeb07da04bc9dd5eec9dd6 (patch)
tree47e17baccc76aee792ce4af2d8401a3d2dcfbe57 /lisp
parent1bfa83cc2ec378c137b548d341ba304473815b72 (diff)
make Melpa snapshots depend on other snapshots
Diffstat (limited to 'lisp')
-rw-r--r--lisp/git-commit.el2
-rw-r--r--lisp/magit-popup.el2
-rw-r--r--lisp/magit.el2
-rw-r--r--lisp/with-editor.el2
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index f4f21f5..e2c9ea9 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -11,7 +11,7 @@
;; Marius Vollmer <marius.vollmer@gmail.com>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
-;; Package-Requires: ((emacs "24.4") (dash "2.11.0") (with-editor "2.2.0"))
+;; Package-Requires: ((emacs "24.4") (dash "2.11.0") (with-editor "20150816"))
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit
diff --git a/lisp/magit-popup.el b/lisp/magit-popup.el
index fca53bb..3d23008 100644
--- a/lisp/magit-popup.el
+++ b/lisp/magit-popup.el
@@ -12,7 +12,7 @@
;; Author: Jonas Bernoulli <jonas@bernoul.li>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
-;; Package-Requires: ((emacs "24.4") (async "1.4") (dash "2.11.0"))
+;; Package-Requires: ((emacs "24.4") (async "20150812") (dash "2.11.0"))
;; Keywords: bindings
;; Homepage: https://github.com/magit/magit
diff --git a/lisp/magit.el b/lisp/magit.el
index 34440b7..889a5b4 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -14,7 +14,7 @@
;; Rémi Vanicat <vanicat@debian.org>
;; Yann Hodique <yann.hodique@gmail.com>
-;; Package-Requires: ((emacs "24.4") (async "1.4") (dash "2.11.0") (with-editor "2.2.0") (git-commit "2.2.0") (magit-popup "2.2.0"))
+;; Package-Requires: ((emacs "24.4") (async "20150812") (dash "2.11.0") (with-editor "20150816") (git-commit "20150816") (magit-popup "20150816"))
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 69248b8..d326afc 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -8,7 +8,7 @@
;; Author: Jonas Bernoulli <jonas@bernoul.li>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
-;; Package-Requires: ((emacs "24.4") (async "1.4") (dash "2.11.0"))
+;; Package-Requires: ((emacs "24.4") (async "20150812") (dash "2.11.0"))
;; Keywords: tools
;; Homepage: https://github.com/magit/magit