alhassy/repl-driven-development

MELPA problem, version mismatch when installing

nickpapadonis opened this issue · 0 comments

<.emacs>
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
;;(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t)
(package-initialize)

M-x package-install repl-driven-development

https://melpa.org/packages/repl-driven-development-20230508.40.tar: Not found

I checked MELPA via HTTP URL
https://melpa.org/#/repl-driven-development

repl-driven-development 20231123.1917

So there is a version mismatch.

Do you know how to resolve this?