brentp / hts-nim

nim wrapper for htslib for parsing genomics data files

Home Page:https://brentp.github.io/hts-nim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version tag in 0.3.13 is wrong

Benjamin-Lee opened this issue · comments

I'm trying to use the new version but it seems that Nimble won't install it. From looking closer, the version tagged 0.3.13's hts.nimble file has the version as 0.3.12:

version = "0.3.12"

~/D/P/R/test ❯❯❯ nimble install hts@0.3.13
    Reading official package list
Downloading https://github.com/brentp/hts-nim using git
    Cloning latest tagged version: v0.3.13
     Error: Downloaded package's version does not satisfy requested version range: wanted 0.3.13 got 0.3.12.

my bad. fixed by tagging version 0.3.14 (correctly).
thanks for reporting.