From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 25 09:55:36 2020 Received: (at submit) by debbugs.gnu.org; 25 Nov 2020 14:55:36 +0000 Received: from localhost ([127.0.0.1]:36499 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khwCm-0006aY-89 for submit@debbugs.gnu.org; Wed, 25 Nov 2020 09:55:36 -0500 Received: from lists.gnu.org ([209.51.188.17]:47440) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khwCk-0006Y7-W4 for submit@debbugs.gnu.org; Wed, 25 Nov 2020 09:55:35 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36880) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khwCk-0007pe-Mq for guix-patches@gnu.org; Wed, 25 Nov 2020 09:55:34 -0500 Received: from w4.tutanota.de ([81.3.6.165]:46400) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khwCi-0007RB-Vv for guix-patches@gnu.org; Wed, 25 Nov 2020 09:55:34 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 542681060277 for ; Wed, 25 Nov 2020 14:55:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1606316131; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=AUDdsSV+IrM7SHy0sFOThHb34q0wBcjo/xsfLnhFy1I=; b=CKEKQ4b2rL/HsQ1gOb32vRPnLUs06xwxkhT1pQSSv+a5C5G7Spxk2BHwbucph0Lh EtMjoPp9FUDP3RkfS/hO8Mc4IJKcur47wUCf4KL9/0Hmt1VBzmSwNydyJU3K++vhris SvQcpcFpKZ4QkAXS5XNkkxNH92WkcyoXU+efYt/gCgtLpT+vDX6UgkxDV3/21P3J0Qg cYyuFk+rQkExtPuj1ntQtLvwP3zKKuNMhapRiPVU1t0SrkUpz+UBAKycalmShC0daRN tc5eUeuLiZ4drmo33QKyQ2piPPlTmkueRioJoiPHaEImSg41qkSKEW13YBedk96x9ph 37YshLN4nQ== Date: Wed, 25 Nov 2020 15:55:31 +0100 (CET) From: Adam Kandur To: Guix Patches Message-ID: Subject: [PATCH] gnu: Add sbcl-make-hash. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) >From af99a12dda37a9bfd9b07f3c8d8015d694f31699 Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Wed, 25 Nov 2020 17:54:12 +0300 Subject: [PATCH] gnu: Add sbcl-make-hash. * gnu/packages/lisp-xyz.scm (sbcl-make-hash): New variable. --- =C2=A0gnu/packages/lisp-xyz.scm | 22 ++++++++++++++++++++++ =C2=A01 file changed, 22 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index fe2af3e..e05fdc0 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -6045,6 +6045,28 @@ neat APIs and connection-pooling.=C2=A0 It is meant = to supersede Drakma.") =C2=A0(define-public ecl-dexador =C2=A0=C2=A0 (sbcl-package->ecl-package sbcl-dexador)) =C2=A0 +(define-public sbcl-make-hash +=C2=A0 ;; no tagged branch +=C2=A0 (let ((revision "1") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit "ae0909cd8e697520a1085f= ac6f54ac2b448ebd21")) +=C2=A0=C2=A0=C2=A0 (package +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "sbcl-make-hash") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (version (git-version "1.0.2" revision comm= it)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (source +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (url "https://github.com/genovese/make-hash") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (commit commit))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name= name version)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "1qa4mcmb3p= v44py0j129dd8hjx09c2akpnds53b69151mgwv5qz8")))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (build-system asdf-build-system/sbcl) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/genovese/mak= e-hash") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "A Common Lisp package for hash t= able creation with flexible, extensible initializers") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "A Common Lisp package for has= h table creation with flexible, extensible initializers.") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:giftware)))) + =C2=A0(define-public sbcl-lisp-namespace =C2=A0=C2=A0 (let ((commit "28107cafe34e4c1c67490fde60c7f92dc610b2e0") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (revision "1")) --=20 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 29 09:46:10 2020 Received: (at 44868-done) by debbugs.gnu.org; 29 Nov 2020 14:46:10 +0000 Received: from localhost ([127.0.0.1]:50139 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjNxp-0002Zn-Ru for submit@debbugs.gnu.org; Sun, 29 Nov 2020 09:46:10 -0500 Received: from mout02.posteo.de ([185.67.36.66]:45579) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjNxp-0002ZV-6U for 44868-done@debbugs.gnu.org; Sun, 29 Nov 2020 09:46:09 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2BDE42400FD for <44868-done@debbugs.gnu.org>; Sun, 29 Nov 2020 15:46:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1606661163; bh=HSJd2w/u4IdnfSA1VkJZwn1hPJTp3rJkwsoYoSuIqfo=; h=From:To:Cc:Subject:Date:From; b=P8DfWtcPBdskhpGC/svvar+5pgi/sURKAGOnK+tX5lPA+xjdqDa0l2HNtXrNlkJyJ LpC6e75bak6MVl/6pds2qwcPkJgWmXWtL0TewXhwpraKhaDtXCwURvg1ThnHCwy1aW y3/9ajXha5wO2Y+VwoK/UpCAEZOGmUn3fHnD5btp/qCKl22DX2CqE5QgjnVSku4qQC QqQy1exLxbWnIljWctxQP+4aM69D0pt0Hcye7jGihocI7ZgVpA06UGW10o6WNwUVDg PL9koRv9RLxlT8bqXADN8TDdjeiBbEshg6+hBzoET66eAyhB9jtr8AHNs/oPmSgTef iq6I/UPfK6Afw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CkWQ16PQDz9rxK; Sun, 29 Nov 2020 15:46:01 +0100 (CET) References: User-agent: mu4e 1.4.13; emacs 27.1 From: Guillaume Le Vaillant To: Adam Kandur Subject: Re: [bug#44868] [PATCH] gnu: Add sbcl-make-hash. In-reply-to: Date: Sun, 29 Nov 2020 15:45:59 +0100 Message-ID: <87im9ob4rc.fsf@yamatai> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44868-done Cc: 44868-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Pushed as e3d5a20605a1541f363518e3e4c5eb9351d1a846 with some modifications. Thanks. From unknown Wed Jul 09 06:11:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 28 Dec 2020 12:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator