GNU bug report logs - #54643
[PATCH] gnu: sbcl-usocket: Update to 0.8.4.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Wed, 30 Mar 2022 20:58:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jgart <jgart <at> dismail.de>
Subject: bug#54643: closed (Re: [bug#54643] [PATCH] gnu: sbcl-usocket:
 Update to 0.8.4.)
Date: Fri, 01 Apr 2022 11:43:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54643: [PATCH] gnu: sbcl-usocket: Update to 0.8.4.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54643 <at> debbugs.gnu.org.

-- 
54643: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54643
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: 54643-done <at> debbugs.gnu.org
Subject: Re: [bug#54643] [PATCH] gnu: sbcl-usocket: Update to 0.8.4.
Date: Fri, 01 Apr 2022 11:41:31 +0000
[Message part 3 (text/plain, inline)]
Patch pushed as b724c847a23f7fcbe9d61ddcbf26492cc0569fc9.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: sbcl-usocket: Update to 0.8.4.
Date: Wed, 30 Mar 2022 16:56:56 -0400
* gnu/packages/lisp-xyz.scm (sbcl-usocket): Update to 0.8.4.
[native-inputs]: Add spacing.
[inputs]: Use guix style.
---
 gnu/packages/lisp-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d24983694c..641e504c89 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3522,7 +3522,7 @@ (define-public ecl-portable-threads
 (define-public sbcl-usocket
   (package
     (name "sbcl-usocket")
-    (version "0.8.3")
+    (version "0.8.4")
     (source
      (origin
        (method git-fetch)
@@ -3532,13 +3532,12 @@ (define-public sbcl-usocket
        (file-name (git-file-name "usocket" version))
        (sha256
         (base32
-         "0x746wr2324l6bn7skqzgkzcbj5kd0zp2ck0c8rldrw0rzabg826"))))
+         "0l5alk6nph6kxgd84pxq8d56pz3ywnpp0kpnlg4cadaics3hycg7"))))
     (build-system asdf-build-system/sbcl)
     (native-inputs
-     (list sbcl-rt))
+      (list sbcl-rt))
     (inputs
-     `(("bordeaux-threads" ,sbcl-bordeaux-threads)
-       ("split-sequence" ,sbcl-split-sequence)))
+      (list sbcl-bordeaux-threads sbcl-split-sequence))
     (arguments
      `(#:tests? #f ; FIXME: Tests need network access?
        #:asd-systems '("usocket"
-- 
2.34.0




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

Previous Next


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