branch: elpa/magit
commit 6d899ad030ca0245f05773cb23eb5f8ba93a4fb4
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
No longer specify subminor version part for Llama dependency
---
lisp/magit-section.el | 2 +-
lisp/magit.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 9f25e208c37..7ebfe2140e6 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -12,7 +12,7 @@
;; Package-Requires: (
;; (emacs "28.1")
;; (compat "30.1")
-;; (llama "1.0.0")
+;; (llama "1.0")
;; (seq "2.24"))
;; SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/lisp/magit.el b/lisp/magit.el
index 0251aaae159..af54b01aa77 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -21,7 +21,7 @@
;; Package-Requires: (
;; (emacs "28.1")
;; (compat "30.1")
-;; (llama "1.0.0")
+;; (llama "1.0")
;; (magit-section "4.3.8")
;; (seq "2.24")
;; (transient "0.9.3")