hex package out of date
brianmay opened this issue · 7 comments
Hello,
Just wondering if there are any plans to update the hex package to 1.4.2?
Regards
Any news on this part? 🙂
I think there is an issue with gun
, because this project is using gun 1.3.7 but this version doesn't exists in hex.
Just wondering if there is any think anything we can do to speed up publishing 1.4.2?
I realize there is no quick fix, but I'd just like to register my interest in an updated hex package as well -- I'm working on a Gleam wrapper library for emqtt, and it will be stuck on an ancient version until this is resolved.
All recent emqtt versions are now available on hex.pm https://hex.pm/packages/emqtt/versions
Thanks for updating. Unfortunately you have a diamond dependency problem:
- gun 1.3.3 depends on cowlib 2.7.0 <= v < 2.8.0 and emqtt 1.11.0 depends on gun 1.3.3
- then emqtt 1.11.0 depends on cowlib 2.7.0 <= v < 2.8.0.
- but emqtt 1.11.0 depends on cowlib 2.12.1 directly
So dependency resolution fails for me.
The problem here is that emqtt originally has emqx/gun as a dependency. But since we don't have this fork on hex.pm, it was replaced with nineninces/gun-1.3.3.
We understand that it's an issue, but do not have a good solution for it yet.
For now I could suggest to manually set gun dependency to emqx/gun-1.3.7 in your project.