Liliana Marie Prikler writes: >>  gnu/packages/maths.scm | 8 ++++++++ >>  1 file changed, 8 insertions(+) >> >> diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm >> index 1e40be8722..67634990ae 100644 >> --- a/gnu/packages/maths.scm >> +++ b/gnu/packages/maths.scm >> @@ -2703,12 +2703,20 @@ (define-public python-clingo >>    (package >>      (inherit clingo) >>      (name "python-clingo") >> +    (version (package-version clingo)) ;Fix error: invalid G- >> expression #$version > Reworded slightly and pushed (it's a hotfix and CI succeeds). Closing accordingly.