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")))

View File

@@ -2,7 +2,6 @@
;; Author: Lucien Cartier-Tilet <lucien@phundrak.com>
;; Maintainer: Lucien Cartier-Tilet <lucien@phundrak.com>
;; Version: 0.1.0
;; Package-Requires: ((emacs "28.1"))
;; Homepage: https://github.com/rejeep/f.el

View File

@@ -4,7 +4,8 @@
;; Author: Johan Andersson <johan.rejeep@gmail.com>
;; Maintainer: Lucien Cartier-Tilet <lucien@phundrak.com>
;; Version: 0.21.0
;; Package-Version: 20241003.1131
;; Package-Revision: 931b6d0667fe
;; Package-Requires: ((emacs "24.1") (s "1.7.0") (dash "2.2.0"))
;; Keywords: files, directories
;; Homepage: http://github.com/rejeep/f.el