Aurora via Guix-patches via schreef op zo 06-03-2022 om 03:33 [+0000]: > +(define-public sbcl-clog > +  (let ((commit "v1.2") > +        (revision "0")) > +    (package > +     (name "sbcl-clog") > +     (version "1.2") > +     (home-page "https://github.com/rabbibotton/clog") > +     (source > +      (origin > +       (method git-fetch) > +       (uri (git-reference > +             (url home-page) > +             (commit (string-append "v" version)))) > +       (sha256 > +        (base32 The variables 'commit' and 'revision' seem unused. Can they be removed? Greetings, Maxime.