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,19 +1,15 @@
(define-package "company-anaconda" "20230821.2126" "Anaconda backend for company-mode"
'((emacs "25.1")
(company "0.8.0")
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "company-anaconda" "20230821.2126"
"Anaconda backend for company-mode."
'((emacs "25.1")
(company "0.8.0")
(anaconda-mode "0.1.1")
(cl-lib "0.5.0")
(dash "2.6.0")
(s "1.9"))
:commit "14867265e474f7a919120bbac74870c3256cbacf" :authors
'(("Artem Malyshev" . "proofit404@gmail.com"))
:maintainers
'(("Artem Malyshev" . "proofit404@gmail.com"))
:maintainer
'("Artem Malyshev" . "proofit404@gmail.com")
:keywords
'("convenience" "company" "anaconda")
:url "https://github.com/proofit404/anaconda-mode")
;; Local Variables:
;; no-byte-compile: t
;; End:
(cl-lib "0.5.0")
(dash "2.6.0")
(s "1.9"))
:url "https://github.com/proofit404/anaconda-mode"
:commit "14867265e474f7a919120bbac74870c3256cbacf"
:revdesc "14867265e474"
:keywords '("convenience" "company" "anaconda")
:authors '(("Artem Malyshev" . "proofit404@gmail.com"))
:maintainers '(("Artem Malyshev" . "proofit404@gmail.com")))

View File

@@ -4,7 +4,8 @@
;; Author: Artem Malyshev <proofit404@gmail.com>
;; URL: https://github.com/proofit404/anaconda-mode
;; Version: 0.2.0
;; Package-Version: 20230821.2126
;; Package-Revision: 14867265e474
;; Package-Requires: ((emacs "25.1") (company "0.8.0") (anaconda-mode "0.1.1") (cl-lib "0.5.0") (dash "2.6.0") (s "1.9"))
;; Keywords: convenience company anaconda