Hi - <br><br>it seems that the version number change from 3xx into 4.xx are causing some logic issues.&nbsp; I came across this issue trying to require cce/parameter-utils, and below are the results (note the &quot;too old&quot;): <br>
<br><div style="margin-left: 40px;">Welcome to MzScheme v4.0 [3m], Copyright (c) 2004-2008 PLT Scheme Inc.<br>&gt; (require (planet cce/parameter-utils:1:0))<br>stdin::9: require: PLaneT could not find the requested package: Server had no matching package: Your version of PLT Scheme is <b>too old</b> to run the specified package in: (planet cce/parameter-utils:1:0)<br>
</div><br>Obviously, 4.0 is pretty new.&nbsp; I then generated the planet url via `planet url` command, and paste into browser, and then change the 4.0 part into 372, and of course I was able to download the package.<br><br><div style="margin-left: 40px;">
<a href="http://planet.plt-scheme.org/servlets/planet-servlet.ss?lang=%22372%22&amp;name=%22parameter-utils.plt%22&amp;maj=1&amp;min-lo=0&amp;min-hi=%23f&amp;path=%28%22cce%22%29">http://planet.plt-scheme.org/servlets/planet-servlet.ss?lang=%22372%22&amp;name=%22parameter-utils.plt%22&amp;maj=1&amp;min-lo=0&amp;min-hi=%23f&amp;path=%28%22cce%22%29</a><br>
</div><br>So - the comparison of planet versioning is done on pure numbers (and hence 372 is greater than 4.0, even though the build is older).&nbsp; While this is a bug, perhaps switching the versioning convention causes unnecessary headaches?&nbsp; <br>
<br>yc<br><br>