[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nongnu] main e7a6b32: * elpa-packages (haml-mode): Manually pin a v
From: |
Stefan Monnier |
Subject: |
Re: [nongnu] main e7a6b32: * elpa-packages (haml-mode): Manually pin a version |
Date: |
Sat, 23 Oct 2021 19:39:52 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
>> + ;; The version attribute is set to "0", yet the the maintainer(s?)
>> + ;; seem unresponsive (https://github.com/nex3/haml-mode/issues/40)
>> + ;; and thus the package isn't published on the main archive. We
>> + ;; manually set the latest commit to a proper version number:
>> + :version-map ((nil "3.1.10" "bf5b6c11b1206759d2b28af48765e04882dd1fc4")))
> It seems that despite pinning a release, no package was released on the
> default archive? This should be done to fix the incompatibility in
> sass-mode dependency list.
I believe I just fixed it (we'll see if the package gets released).
The above map means "use 3.1.10 if there's no Version:".
Of course, that doesn't fix issue #40 :-(
Stefan