From bb7bd15daa021f762458472fd337ee829027ab93 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 1 Jul 2021 17:54:32 +0200 Subject: Reset Package-Requires for Melpa --- lisp/git-commit.el | 2 +- lisp/magit-pkg.el | 10 +++++----- lisp/magit-section.el | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/git-commit.el b/lisp/git-commit.el index b2806c6..6b63351 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 "2.18.1") (transient "0.3.6") (with-editor "3.0.4")) +;; Package-Requires: ((emacs "25.1") (dash "20210330") (transient "20210701") (with-editor "20210524")) ;; Package-Version: 3.1.0 ;; SPDX-License-Identifier: GPL-3.0-or-later diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el index 9b6a6ff..865c724 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,10 +1,10 @@ (define-package "magit" "3.1.0" "A Git porcelain inside Emacs." '((emacs "25.1") - (dash "2.18.1") - (git-commit "3.1.0") - (magit-section "3.1.0") - (transient "0.3.6") - (with-editor "3.0.4")) + (dash "20210330") + (git-commit "20210701") + (magit-section "20210701") + (transient "20210701") + (with-editor "20210524")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 6b6fff9..221a300 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 "2.18.1")) +;; Package-Requires: ((emacs "25.1") (dash "20210330")) ;; Package-Version: 3.1.0 ;; SPDX-License-Identifier: GPL-3.0-or-later -- cgit v1.0