Update recipe for silex/docker (#2936)

Bring the dependencies up-to-date. This removes the warning than
`docker-tramp` is now deprecated.
This commit is contained in:
Vedang Manerikar 2024-05-24 12:38:03 +05:30 committed by GitHub
parent 3b24dce4e8
commit ea59b22d74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,5 +2,5 @@
:description "Manage docker images & containers from Emacs"
:type github
:pkgname "Silex/docker.el"
:minimum-emacs-version "24.5"
:depends (magit s dash docker-tramp tablist transient json-mode))
:minimum-emacs-version "26.1"
:depends (emacs-aio dash s tablist transient))