update packages

This commit is contained in:
2025-07-05 20:36:47 +02:00
parent 4a4f30e3b1
commit 65dedd3df8
60 changed files with 15454 additions and 342 deletions

View File

@@ -1,10 +1,10 @@
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "string-inflection" "20240816.523"
(define-package "string-inflection" "20250630.555"
"Underscore -> UPCASE -> CamelCase -> lowerCamelCase conversion of names."
()
:url "https://github.com/akicho8/string-inflection"
:commit "4cc92e1ecd3d165b55235b51ae65ac09a0364958"
:revdesc "4cc92e1ecd3d"
:commit "02ab7b2ea8530c63c20556c1afb795924e08dfca"
:revdesc "02ab7b2ea853"
:keywords '("elisp")
:authors '(("akicho8" . "akicho8@gmail.com"))
:maintainers '(("akicho8" . "akicho8@gmail.com")))