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,13 +1,10 @@
(define-package "ht" "20230703.558" "The missing hash table library for Emacs"
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "ht" "20230703.558"
"The missing hash table library for Emacs."
'((dash "2.12.0"))
:commit "1c49aad1c820c86f7ee35bf9fff8429502f60fef" :authors
'(("Wilfred Hughes" . "me@wilfred.me.uk"))
:maintainers
'(("Wilfred Hughes" . "me@wilfred.me.uk"))
:maintainer
'("Wilfred Hughes" . "me@wilfred.me.uk")
:keywords
'("hash table" "hash map" "hash"))
;; Local Variables:
;; no-byte-compile: t
;; End:
:url "https://github.com/Wilfred/ht.el"
:commit "1c49aad1c820c86f7ee35bf9fff8429502f60fef"
:revdesc "1c49aad1c820"
:keywords '("hash table" "hash map" "hash")
:authors '(("Wilfred Hughes" . "me@wilfred.me.uk"))
:maintainers '(("Wilfred Hughes" . "me@wilfred.me.uk")))

View File

@@ -3,7 +3,8 @@
;; Copyright (C) 2013 Wilfred Hughes
;; Author: Wilfred Hughes <me@wilfred.me.uk>
;; Version: 2.4
;; Package-Version: 20230703.558
;; Package-Revision: 1c49aad1c820
;; Keywords: hash table, hash map, hash
;; Package-Requires: ((dash "2.12.0"))