diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/git-commit.el | 2 | ||||
| -rw-r--r-- | lisp/magit-libgit.el | 2 | ||||
| -rw-r--r-- | lisp/magit-pkg.el | 12 | ||||
| -rw-r--r-- | lisp/magit-section.el | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 6b63351..b2806c6 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -13,7 +13,7 @@ ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit -;; Package-Requires: ((emacs "25.1") (dash "20210330") (transient "20210701") (with-editor "20210524")) +;; Package-Requires: ((emacs "25.1") (dash "2.18.1") (transient "0.3.6") (with-editor "3.0.4")) ;; Package-Version: 3.1.0 ;; SPDX-License-Identifier: GPL-3.0-or-later diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el index 719bf12..7aa3ed3 100644 --- a/lisp/magit-libgit.el +++ b/lisp/magit-libgit.el @@ -10,7 +10,7 @@ ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit -;; Package-Requires: ((emacs "26.1") (magit "3.1.0") (libgit "0")) +;; Package-Requires: ((emacs "26.1") (magit "3.1.1") (libgit "0")) ;; Package-Version: 0 ;; SPDX-License-Identifier: GPL-3.0-or-later diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el index 865c724..bf5b0ea 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,10 +1,10 @@ -(define-package "magit" "3.1.0" +(define-package "magit" "3.1.1" "A Git porcelain inside Emacs." '((emacs "25.1") - (dash "20210330") - (git-commit "20210701") - (magit-section "20210701") - (transient "20210701") - (with-editor "20210524")) + (dash "2.18.1") + (git-commit "3.1.0") + (magit-section "3.1.0") + (transient "0.3.6") + (with-editor "3.0.4")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 221a300..6b6fff9 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -10,7 +10,7 @@ ;; Keywords: tools ;; Homepage: https://github.com/magit/magit -;; Package-Requires: ((emacs "25.1") (dash "20210330")) +;; Package-Requires: ((emacs "25.1") (dash "2.18.1")) ;; Package-Version: 3.1.0 ;; SPDX-License-Identifier: GPL-3.0-or-later |
