ZenVoich / mops

Package manager for the Motoko programming language
https://mops.one
MIT License
36 stars 3 forks source link

Update doesn't use my selected label #168

Closed skilesare closed 4 months ago

skilesare commented 9 months ago

I have an entry like:

map_8_1_0 = "https://github.com/ZhenyaUsenko/motoko-hash-map#v8.1.0

I do mops publish and it yells at me that I don't have the commit hash and to run mops update map_8_1_0.

I run it.

I get an entry added with the name of the repo at the end of my mops file and nothing changes with my item:

motoko_hash_map = "https://github.com/ZhenyaUsenko/motoko-hash-map#v8.1.0@dfjsldjflksdlkfjdfl"

ZenVoich commented 9 months ago

@skilesare thanks for the bug report!

Fixed in cli 0.34.1

Run npm i -g ic-mops to update cli