guix lint erroneously prints "wasmedge@0.12.1: can be upgraded to 0.13.1"

  • Open
  • quality assurance status badge
Details
One participant
  • Felix Lechner
Owner
unassigned
Submitted by
Felix Lechner
Severity
normal

Debbugs page

Felix Lechner wrote 2 years ago
(address . bug-guix@gnu.org)
CAFHYt54LMWNGuP572cAHHRV0mZFqoanarvurvfvYcTyQ7U7KoQ@mail.gmail.com
Hi,

Using the package new definition for WasmEdge, which is pending in the
patch queue, [1] 'guix lint' prints:

wasmedge@0.12.1: can be upgraded to 0.13.1

As far as I can tell, that is an error because 0.13.1 is merely in
alpha. The latest available development version in Git is
0.13.0-alpha.1. [2] Thanks for looking into it!

Kind regards,
Felix

* * *

?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 64320@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64320
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help