update packages

This commit is contained in:
2026-06-27 11:34:21 +02:00
parent 4be4f859c4
commit 1aaef48596
246 changed files with 7997 additions and 4359 deletions

View File

@@ -1,17 +1,17 @@
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "magit" "20260401.2251"
(define-package "magit" "20260621.1253"
"A Git porcelain inside Emacs."
'((emacs "28.1")
(compat "30.1")
(compat "31.0")
(cond-let "0.2")
(llama "1.0")
(magit-section "4.5")
(seq "2.24")
(transient "0.12")
(transient "0.13")
(with-editor "3.4"))
:url "https://github.com/magit/magit"
:commit "6db34dc77d10fc9b8c925e79b4e0e21d9f78ac5c"
:revdesc "6db34dc77d10"
:commit "20058311576bd47751681bdc2ae239da76dec2dc"
:revdesc "20058311576b"
:keywords '("git" "tools" "vc")
:authors '(("Marius Vollmer" . "marius.vollmer@gmail.com")
("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev"))