update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -1,15 +1,11 @@
(define-package "flycheck-ledger" "20200304.2204" "Flycheck integration for ledger files"
'((emacs "24.1")
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "flycheck-ledger" "20200304.2204"
"Flycheck integration for ledger files."
'((emacs "24.1")
(flycheck "0.15"))
:commit "628e25ba66604946085571652a94a54f4d1ad96f" :authors
'(("Steve Purcell" . "steve@sanityinc.com"))
:maintainers
'(("Steve Purcell" . "steve@sanityinc.com"))
:maintainer
'("Steve Purcell" . "steve@sanityinc.com")
:keywords
'("convenience" "languages" "tools")
:url "https://github.com/purcell/flycheck-ledger")
;; Local Variables:
;; no-byte-compile: t
;; End:
:url "https://github.com/purcell/flycheck-ledger"
:commit "628e25ba66604946085571652a94a54f4d1ad96f"
:revdesc "628e25ba6660"
:keywords '("convenience" "languages" "tools")
:authors '(("Steve Purcell" . "steve@sanityinc.com"))
:maintainers '(("Steve Purcell" . "steve@sanityinc.com")))

View File

@@ -4,7 +4,8 @@
;; Author: Steve Purcell <steve@sanityinc.com>
;; Homepage: https://github.com/purcell/flycheck-ledger
;; Version: DEV
;; Package-Version: 20200304.2204
;; Package-Revision: 628e25ba6660
;; Keywords: convenience languages tools
;; Package-Requires: ((emacs "24.1") (flycheck "0.15"))