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,9 +1,12 @@
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "simple-httpd" "20230821.1458"
"Pure elisp HTTP server."
'((cl-lib "0.3"))
(define-package "simple-httpd" "20260623.1110"
"Pure Elisp HTTP server."
'((emacs "29.1")
(compat "31"))
:url "https://github.com/skeeto/emacs-http-server"
:commit "347c30494d3bcfc79de35e54538f92f4e4a46ecd"
:revdesc "347c30494d3b"
:commit "ceb208f96601be09397fc9e64fa96014ac1c8739"
:revdesc "ceb208f96601"
:keywords '("network" "comm")
:authors '(("Christopher Wellons" . "wellons@nullprogram.com"))
:maintainers '(("Christopher Wellons" . "wellons@nullprogram.com")))
:maintainers '(("Philip Kaludercic" . "philipk@posteo.net")
("Daniel Mendler" . "mail@daniel-mendler.de")))

File diff suppressed because it is too large Load Diff