(name . bug-guix)(address . bug-guix@gnu.org)
Hello Guix,
In the current code base, if you do:
Toggle snippet (8 lines)
(use-modules (guix package)
(gnu packages qt))
(package-field-location qtbase 'version)
=> #f
It returns #f. This means 'guix refresh -u base' fails like:
Toggle snippet (3 lines)
qtbase: updating from version 6.3.2 to version 6.5.2...
Now, package/inherit is bogus here, but the problems remains for other
packages, such as zxing-cpp-1.2.
--
Thanks,
Maxim