diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/git-commit-pkg.el | 6 | ||||
| -rw-r--r-- | lisp/git-commit.el | 6 | ||||
| -rw-r--r-- | lisp/magit-pkg.el | 12 | ||||
| -rw-r--r-- | lisp/magit-section-pkg.el | 4 | ||||
| -rw-r--r-- | lisp/magit-section.el | 2 | ||||
| -rw-r--r-- | lisp/magit.el | 10 |
6 files changed, 20 insertions, 20 deletions
diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el index cd26096..74e27e7 100644 --- a/lisp/git-commit-pkg.el +++ b/lisp/git-commit-pkg.el @@ -1,8 +1,8 @@ -(define-package "git-commit" "3.3.0.50-git" +(define-package "git-commit" "4.0.0" "Edit Git commit messages." '((emacs "26.1") (compat "30.0.0.0") - (transient "20240629") - (with-editor "20240702")) + (transient "0.7.4") + (with-editor "3.4.1")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 9aeb901..baecd6c 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -11,13 +11,13 @@ ;; Homepage: https://github.com/magit/magit ;; Keywords: git tools vc -;; Package-Version: 3.3.0.50-git +;; Package-Version: 4.0.0 ;; Package-Requires: ( ;; (emacs "26.1") ;; (compat "30.0.0.0") ;; (seq "2.24") -;; (transient "0.7.2") -;; (with-editor "3.3.4")) +;; (transient "0.7.4") +;; (with-editor "3.4.1")) ;; SPDX-License-Identifier: GPL-3.0-or-later diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el index 6774c5a..2c0c58d 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,12 +1,12 @@ -(define-package "magit" "3.3.0.50-git" +(define-package "magit" "4.0.0" "A Git porcelain inside Emacs." '((emacs "26.1") (compat "30.0.0.0") - (dash "20240510") - (git-commit "20240623") - (magit-section "20240710") + (dash "2.19.1") + (git-commit "4.0.0") + (magit-section "4.0.0") (seq "2.24") - (transient "20240629") - (with-editor "20240702")) + (transient "0.7.4") + (with-editor "3.4.1")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el index 9b49d60..a553d6a 100644 --- a/lisp/magit-section-pkg.el +++ b/lisp/magit-section-pkg.el @@ -1,7 +1,7 @@ -(define-package "magit-section" "3.3.0.50-git" +(define-package "magit-section" "4.0.0" "Sections for read-only buffers." '((emacs "26.1") (compat "30.0.0.0") - (dash "20240510")) + (dash "2.19.1")) :homepage "https://magit.vc" :keywords '("tools")) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index e12deef..52c44de 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -8,7 +8,7 @@ ;; Homepage: https://github.com/magit/magit ;; Keywords: tools -;; Package-Version: 3.3.0.50-git +;; Package-Version: 4.0.0 ;; Package-Requires: ( ;; (emacs "26.1") ;; (compat "30.0.0.0") diff --git a/lisp/magit.el b/lisp/magit.el index 969e5eb..8a7696f 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -17,16 +17,16 @@ ;; Homepage: https://github.com/magit/magit ;; Keywords: git tools vc -;; Package-Version: 3.3.0.50-git +;; Package-Version: 4.0.0 ;; Package-Requires: ( ;; (emacs "26.1") ;; (compat "30.0.0.0") ;; (dash "2.19.1") -;; (git-commit "3.3.0") -;; (magit-section "3.3.0") +;; (git-commit "4.0.0") +;; (magit-section "4.0.0") ;; (seq "2.24") -;; (transient "0.7.2") -;; (with-editor "3.3.4")) +;; (transient "0.7.4") +;; (with-editor "3.4.1")) ;; SPDX-License-Identifier: GPL-3.0-or-later |
