Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get the correct version of my package #2279

Closed
lorycontixd opened this issue Jul 15, 2022 · 5 comments
Closed

Cannot get the correct version of my package #2279

lorycontixd opened this issue Jul 15, 2022 · 5 comments

Comments

@lorycontixd
Copy link
Contributor

Yesterday I published my package to nimble, this morning I'm trying to install it from a project, but the wrong version is getting fetched.

nimbleinstall

In my nimble file I have

requires "raytracingalgorithm == 2.1.0"

What am i doing wrong?
Thanks

@lorycontixd
Copy link
Contributor Author

Nevermind, the nimble file was not up to date. :)

@lorycontixd lorycontixd reopened this Jul 16, 2022
@lorycontixd
Copy link
Contributor Author

That did not fix my issue, I'm still getting the same error

@narimiran
Copy link
Member

That did not fix my issue, I'm still getting the same error

Did you do nimble update after you updated the version of your package?

@dom96
Copy link
Contributor

dom96 commented Jul 16, 2022

Your Nimble file is still not up to date. It needs to be up to date on the v2.1.0 tag: https://github.com/lorycontixd/RaytracingAlgorithm/blob/v2.1.0/RaytracingAlgorithm.nimble#L3

@dom96 dom96 closed this as completed Jul 16, 2022
@ghost
Copy link

ghost commented Jul 16, 2022

yeah, @lorycontixd you tagged a 2.1.0 version 7 days ago, and Nimble uses tags if they exist in a repository, so you have to make a new tag or update the existing one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants