branch: elpa/git-commit commit 5ae5f958bfad89eb8e8f22fa28b11abb4b123813 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Reset Package-Requires for Melpa --- lisp/git-commit-pkg.el | 6 +++--- lisp/magit-libgit-pkg.el | 2 +- lisp/magit-pkg.el | 10 +++++----- lisp/magit-section-pkg.el | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el index 890dc94..3485eaa 100644 --- a/lisp/git-commit-pkg.el +++ b/lisp/git-commit-pkg.el @@ -1,8 +1,8 @@ (define-package "git-commit" "3.3.0" "Edit Git commit messages." '((emacs "25.1") - (dash "2.19.1") - (transient "0.3.6") - (with-editor "3.0.5")) + (dash "20210826") + (transient "20210920") + (with-editor "20211001")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-libgit-pkg.el b/lisp/magit-libgit-pkg.el index 584d704..6cf07a5 100644 --- a/lisp/magit-libgit-pkg.el +++ b/lisp/magit-libgit-pkg.el @@ -2,6 +2,6 @@ "." '((emacs "25.1") (libgit "0") - (magit "3.3.0")) + (magit "20211004")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el index 1dfaf4c..446145d 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,10 +1,10 @@ (define-package "magit" "3.3.0" "A Git porcelain inside Emacs." '((emacs "25.1") - (dash "2.19.1") - (git-commit "3.3.0") - (magit-section "3.3.0") - (transient "0.3.6") - (with-editor "3.0.5")) + (dash "20210826") + (git-commit "20211004") + (magit-section "20211004") + (transient "20210920") + (with-editor "20211001")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el index 861c757..a0645e3 100644 --- a/lisp/magit-section-pkg.el +++ b/lisp/magit-section-pkg.el @@ -1,6 +1,6 @@ (define-package "magit-section" "3.3.0" "Sections for read-only buffers" '((emacs "25.1") - (dash "2.19.1")) + (dash "20210826")) :homepage "https://magit.vc" :keywords '("tools"))