guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#58519] [PATCH] gnu: tinmop: Update to 0.9.9.


From: Guillaume Le Vaillant
Subject: [bug#58519] [PATCH] gnu: tinmop: Update to 0.9.9.
Date: Sun, 16 Oct 2022 07:36:35 +0000

cage <cage-dev@twistfold.it> skribis:

> ---
>  gnu/packages/lisp-xyz.scm     | 25 +++++++++++++------------
>  gnu/packages/web-browsers.scm |  8 ++++----
>  2 files changed, 17 insertions(+), 16 deletions(-)
>
> [...]
>
>  (define-public sbcl-cl+ssl
> -  (let ((commit "046d698cf65539faf9aba0a5ccd086a9d6f53eef")
> -        (revision "3"))
> +  (let ((commit "8c13317509136e6722a25be51b74b813bbb32f9e")
> +        (revision "4"))
>      (package
>        (name "sbcl-cl+ssl")
>        (version (git-version "0.0.0" revision commit))
> @@ -4316,10 +4316,11 @@ (define-public sbcl-cl+ssl
>                 (commit commit)))
>           (file-name (git-file-name "cl+ssl" version))
>           (sha256
> -          (base32 "110yhb0f1c8yilqsgza2xhv3675i41iizylibgy5qc5fa2lnaxbv"))))
> +          (base32 "1cdq9dzk804y8bm874q8755yk4iz2z735ksm8waxl52kpfw8ai99"))))
>        (build-system asdf-build-system/sbcl)
>        (arguments
> -       '(#:phases
> +       '(#:tests? #f ; testing depends on unavailable trivial-socket
> +         #:phases

Hi.
Did you try adding trivial-sockets to Guix instead of disabling the
tests?
Also, could you send an updated patch series with one package update per
patch instead of everything in one patch?

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]