GNU bug report logs - #54268
[PATCH 0/6] Add cl-clog and its missing dependencies

Previous Next

Package: guix-patches;

Reported by: Aurora <rind38 <at> disroot.org>

Date: Sun, 6 Mar 2022 03:34:01 UTC

Severity: normal

Tags: patch

Full log


Message #32 received at 54268 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Aurora <rind38 <at> disroot.org>, 54268 <at> debbugs.gnu.org
Subject: Re: [bug#54268] [PATCH 6/6] gnu: Add cl-clog
Date: Tue, 08 Mar 2022 19:29:19 +0100
[Message part 1 (text/plain, inline)]
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.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 155 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.