Hi! Timothy Sample <[email protected]> skribis:
> It should be using “package-version” to get the versions from the parent
> packages. Fixed in 0b870f7915f5da43758753fd088a22033936dc50.
Alternately, you can write:
(arguments
`(… ,(package-version this-package) …))
so that the version number remains correct when inheriting
(‘this-package’ is a self reference.)
Ludo’.
