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,16 +1,12 @@
(define-package "f" "20241003.1131" "Modern API for working with files and directories"
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "f" "20241003.1131"
"Modern API for working with files and directories."
'((emacs "24.1")
(s "1.7.0")
(dash "2.2.0"))
:commit "931b6d0667fe03e7bf1c6c282d6d8d7006143c52" :authors
'(("Johan Andersson" . "johan.rejeep@gmail.com"))
:maintainers
'(("Lucien Cartier-Tilet" . "lucien@phundrak.com"))
:maintainer
'("Lucien Cartier-Tilet" . "lucien@phundrak.com")
:keywords
'("files" "directories")
:url "http://github.com/rejeep/f.el")
;; Local Variables:
;; no-byte-compile: t
;; End:
(s "1.7.0")
(dash "2.2.0"))
:url "http://github.com/rejeep/f.el"
:commit "931b6d0667fe03e7bf1c6c282d6d8d7006143c52"
:revdesc "931b6d0667fe"
:keywords '("files" "directories")
:authors '(("Johan Andersson" . "johan.rejeep@gmail.com"))
:maintainers '(("Lucien Cartier-Tilet" . "lucien@phundrak.com")))