From unknown Mon Aug 18 14:23:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58432 <58432@debbugs.gnu.org> To: bug#58432 <58432@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add hiredis Reply-To: bug#58432 <58432@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:23:19 +0000 retitle 58432 [PATCH] gnu: Add hiredis reassign 58432 guix-patches submitter 58432 Thomas Albers severity 58432 normal tag 58432 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 11 05:20:55 2022 Received: (at submit) by debbugs.gnu.org; 11 Oct 2022 09:20:55 +0000 Received: from localhost ([127.0.0.1]:50906 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiBRX-0002LI-0m for submit@debbugs.gnu.org; Tue, 11 Oct 2022 05:20:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:42884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiBRV-0002L8-48 for submit@debbugs.gnu.org; Tue, 11 Oct 2022 05:20:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiBRU-00040e-Qm for guix-patches@gnu.org; Tue, 11 Oct 2022 05:20:52 -0400 Received: from gamma.thomaslabs.org ([38.242.253.186]:55658) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiBRS-0006xf-5H for guix-patches@gnu.org; Tue, 11 Oct 2022 05:20:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; t=1665480045; bh=TlPrv3mZP9TeIuRgK4EYcu4RUsbxQbhD50Eyp91pK0w=; h=date:subject:cc:to: from; d=thomaslabs.org; b=EnazsfI9eOW8fn+hbvIp74WmSpiJW856Ac2jp8Wm1bTl 34/smjPJ0O/80KoXkJbdwYqHJs2b5Nyzm97NFJIvY8vQTM9yYp/s/ccWoR4h0L4kmUJE66 w4FQrG2l74kX8vSqugMiXR994D0sp0cYzogM4+dJUcxJSrr8f9ih4KO6xCZRLubFktKjRq D/7MyA6i5fKdqO4ib5aJpNHvaG5GtfoeC+/ivwD+wUsRhSWkmT23SM/0+B88gdI8RRSzca kUpFqkXOUfYYeM0G1hfIyjGEwyT3RcA1sXNrLtLYZG9mMhgS1lY+CdH5y/21X1ylDA9FhW sO7ff6e1dXYDouu0Cw== Received: from alpha.fritz.box (ip4d176202.dynamic.kabel-deutschland.de [77.23.98.2]) by gamma.thomaslabs.org (OpenSMTPD) with ESMTPSA id 86a4ed65 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 11 Oct 2022 09:20:45 +0000 (UTC) From: Thomas Albers To: guix-patches@gnu.org Subject: [PATCH] gnu: Add hiredis Date: Tue, 11 Oct 2022 11:19:49 +0200 Message-Id: <20221011091949.9962-1-thomas@thomaslabs.org> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=38.242.253.186; envelope-from=thomas@thomaslabs.org; helo=gamma.thomaslabs.org 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, SPF_HELO_NONE=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 Cc: Thomas Albers 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 (--) * gnu/packages/databases.scm (hiredis): New variable. --- gnu/packages/databases.scm | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index cf07832df7..b372423a77 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -58,6 +58,7 @@ ;;; Copyright © 2022 Zhu Zihao ;;; Copyright © 2021 Brice Waegeneire ;;; Copyright © 2022 muradm +;;; Copyright © 2022 Thomas Albers Raviola ;;; ;;; This file is part of GNU Guix. ;;; @@ -2515,6 +2516,29 @@ (define-public ruby-redis (home-page "https://github.com/redis/redis-rb") (license license:expat))) +(define-public hiredis + (package + (name "hiredis") + (version "1.0.2") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/redis/hiredis") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0a55zk3qrw9yl27i87h3brg2hskmmzbfda77dhq9a4if7y70xnfb")))) + (build-system cmake-build-system) + (native-inputs + ;; needed for testing + (list redis)) + (synopsis "Minimalistic C client library for the Redis database") + (description "Library for sending commands and receiving replies to and +from a Redis server. It comes with a synchronous API, asynchronous API and +reply parsing API. Only the binary-safe Redis protocol is supported.") + (home-page "https://github.com/redis/hiredis") + (license license:bsd-3))) + (define-public go-github-com-cupcake-rdb (package (name "go-github-com-cupcake-rdb") -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 11 05:50:51 2022 Received: (at 58432) by debbugs.gnu.org; 11 Oct 2022 09:50:51 +0000 Received: from localhost ([127.0.0.1]:50925 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiBuV-00036o-1r for submit@debbugs.gnu.org; Tue, 11 Oct 2022 05:50:51 -0400 Received: from knopi.disroot.org ([178.21.23.139]:46242) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiBuP-00036b-W2 for 58432@debbugs.gnu.org; Tue, 11 Oct 2022 05:50:50 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6A6364A4A8; Tue, 11 Oct 2022 11:50:44 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CKbel27lLAMW; Tue, 11 Oct 2022 11:50:43 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1665481840; bh=NTs/UKYFYUJtKBSzAjQu3lUM/PfYhfKW/DNagrFJdXI=; h=Date:Subject:From:To:References:In-Reply-To; b=llIc0IZIrvqP9Uwv2vOFii0iN+OOg/2cUb7mvx36eMQbCS+X/U2ZdC07XRFVNOoMc 9o3iemhaNevJ+JfSDcd2Dios0mINCUFL7meh9h7vsnU8V2eastdY/YV3B6/Tq1ju09 FoRqBIEeUFM4vaM5Kpt73IaiRzFMjTuIw+r/M7QWck/P5FHLo62EHlDpJgy1TBHVDw F0k9R5um9fXJCv1QYh8TQxvb/ACSul8tnHfCVJQoxUu5SEpho3d1wul4dmvPNf6iRh y8tYkVyYmonU7aECqM6gT6Fvq+VejlAMjVEDmOvNataw8vIPG4JbDCWls+3rEI7QcU nXwi91fuP0Tww== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 11 Oct 2022 10:50:39 +0100 Message-Id: Subject: Re: [bug#58432] [PATCH] gnu: Add hiredis From: "(" To: "Thomas Albers" , <58432@debbugs.gnu.org> References: <20221011091949.9962-1-thomas@thomaslabs.org> In-Reply-To: <20221011091949.9962-1-thomas@thomaslabs.org> X-Spam-Score: 1.4 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Heya Thomas, Looks mostly good, just a few nitpicks: On Tue Oct 11, 2022 at 10:19 AM BST, Thomas Albers via Guix-patches via wrote: > +(define-public hiredis > + (package > + (name "hiredis") ^ We usually have two spaces of indentation here. Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 FROM_ONE_CHAR Bogus FROM name 0.0 T_SPF_TEMPERROR SPF: test of record failed (temperror) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-Debbugs-Envelope-To: 58432 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: 0.3 (/) Heya Thomas, Looks mostly good, just a few nitpicks: On Tue Oct 11, 2022 at 10:19 AM BST, Thomas Albers via Guix-patches via wro= te: > +(define-public hiredis > + (package > + (name "hiredis") ^ We usually have two spaces of indentation here. > + (source (origin > + (method git-fetch) ^ Here too. > + (sha256 > + (base32 "0a55zk3qrw9yl27i87h3brg2hskmmzbfda77dhq9a4if7y70xn= fb")))) Put the hash string on a new line. > + (description "Library for sending commands and receiving replies to a= nd > +from a Redis server. It comes with a synchronous API, asynchronous API = and > +reply parsing API. Only the binary-safe Redis protocol is supported.") "This package provides a library for ..." is probably better. -- ( From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 11 09:09:00 2022 Received: (at 58432) by debbugs.gnu.org; 11 Oct 2022 13:09:00 +0000 Received: from localhost ([127.0.0.1]:51343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiF0F-0002AF-UT for submit@debbugs.gnu.org; Tue, 11 Oct 2022 09:09:00 -0400 Received: from gamma.thomaslabs.org ([38.242.253.186]:48584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiF0C-0002A4-Mp for 58432@debbugs.gnu.org; Tue, 11 Oct 2022 09:08:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; t=1665493734; bh=wvY+50ZDg6DxbRMuNHcOPCgj6jyI0qd2j8Xx/s8cGkc=; h=date:subject:cc:to: from; d=thomaslabs.org; b=GBGIqVZbN81tcHg7x3mLNrQojXPPj1fy6ivywNfxoOEU ETK2kJbSkIAiAx2tkLkaypUa3W1Gjovu5NpxqG2aRD/Lo7e6p8JN2aKZYqP0P70c2W/hMd nwsBKJsbMza8UVjLjJzrsAVq+xJG+IFNPudX30H4IENqH0EpKxOMKSh+9dgtDQAHsWPI6h HwWRLj2jfrVVvZXNobtdgFgulvhPC6+s26KahvDH4UAmveYLkw3ocWwweffgvCVN8vnrH/ 0QptlZ+9perq12xF1mljgBKAJhR5fthXEDmSSoSpB3CXXhb612EoU3Kgh7TFipJw4jeiAA NPUWf33j9jmev5VqAw== Received: from alpha.fritz.box ( [77.23.98.2]) by gamma.thomaslabs.org (OpenSMTPD) with ESMTPSA id 18239457 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 11 Oct 2022 13:08:54 +0000 (UTC) From: Thomas Albers To: 58432@debbugs.gnu.org Subject: [PATCH] gnu: Add hiredis Date: Tue, 11 Oct 2022 15:08:34 +0200 Message-Id: <20221011130834.1592-1-thomas@thomaslabs.org> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58432 Cc: Thomas Albers 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: -1.0 (-) * gnu/packages/databases.scm (hiredis): New variable. --- gnu/packages/databases.scm | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index cf07832df7..8523c084e4 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -58,6 +58,7 @@ ;;; Copyright © 2022 Zhu Zihao ;;; Copyright © 2021 Brice Waegeneire ;;; Copyright © 2022 muradm +;;; Copyright © 2022 Thomas Albers Raviola ;;; ;;; This file is part of GNU Guix. ;;; @@ -2494,6 +2495,31 @@ (define-public redis (home-page "https://redis.io/") (license license:bsd-3))) +(define-public hiredis + (package + (name "hiredis") + (version "1.0.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/redis/hiredis") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0a55zk3qrw9yl27i87h3brg2hskmmzbfda77dhq9a4if7y70xnfb")))) + (build-system cmake-build-system) + (native-inputs + ;; needed for testing + (list redis)) + (synopsis "Minimalistic C client library for the Redis database") + (description "This package provides a library for sending commands and +receiving replies to and from a Redis server. It comes with a synchronous +API, asynchronous API and reply parsing API. Only the binary-safe Redis +protocol is supported.") + (home-page "https://github.com/redis/hiredis") + (license license:bsd-3))) + (define-public ruby-redis (package (name "ruby-redis") -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 11 09:13:33 2022 Received: (at 58432) by debbugs.gnu.org; 11 Oct 2022 13:13:33 +0000 Received: from localhost ([127.0.0.1]:51378 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiF4e-0002JD-OT for submit@debbugs.gnu.org; Tue, 11 Oct 2022 09:13:32 -0400 Received: from gamma.thomaslabs.org ([38.242.253.186]:50012) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiF4X-0002J0-OM for 58432@debbugs.gnu.org; Tue, 11 Oct 2022 09:13:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; t=1665494004; bh=hXrnMxGB8ofHq/jsgGxgs2LGOTWcuqivUPpJeFv7I+E=; h=in-reply-to:date: subject:cc:to:from:references; d=thomaslabs.org; b=GKeAIzfk9URjBEpOjfg mbsaeqcwcpb7TBVklDJWluVSi4qGi6ITa3YGFFnBmLFypvlCXFutSVfpB7CU1d5lNHtOy8 uK9LD8g3KjC+mhWJLy2UDEwf6aK0fiFbCb/qNKpmVTHYtNcUUVi1MRSkqpCTp+02F6qWIN nNiGpprF+7uyJX7JLK3ZazZe3wjh4mROpg/cvkeysNWoQTXr0ByyrUc9KYmYqKfK5j6NB3 xUoZNjEXCKgWjwQ+iZUc4GtkjPD3kAjSdYelGmhipiQM+AHCCojHbnbYcHg3e136WSN13f Tb8u7D6Hj8ANTNoI6PslZ6tTI9K44tLyBz6sH7Ejh4A== Received: from alpha ( [77.23.98.2]) by gamma.thomaslabs.org (OpenSMTPD) with ESMTPSA id f0fd805d (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 11 Oct 2022 13:13:24 +0000 (UTC) References: <20221011091949.9962-1-thomas@thomaslabs.org> User-agent: mu4e 1.8.9; emacs 28.1 From: Thomas Albers Raviola To: "(" Subject: Re: [bug#58432] [PATCH] gnu: Add hiredis Date: Tue, 11 Oct 2022 15:10:46 +0200 In-reply-to: Message-ID: <87h70aec5p.fsf@thomaslabs.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58432 Cc: 58432@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: -1.0 (-) Thanks ( for the observations. I have sent a new patch with the corrections. From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 11 09:38:36 2022 Received: (at 58432) by debbugs.gnu.org; 11 Oct 2022 13:38:36 +0000 Received: from localhost ([127.0.0.1]:51429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiFSu-0002x9-88 for submit@debbugs.gnu.org; Tue, 11 Oct 2022 09:38:36 -0400 Received: from knopi.disroot.org ([178.21.23.139]:53448) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiFSs-0002wv-0j for 58432@debbugs.gnu.org; Tue, 11 Oct 2022 09:38:34 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 70DD84CC9C; Tue, 11 Oct 2022 15:38:32 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id uGTZ-S1uKeic; Tue, 11 Oct 2022 15:38:31 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1665495293; bh=Mhgu3vWLmszfx2hX3PGPYYhRxZ7qlV4eAHqrx6jmmsE=; h=Date:Subject:From:To:References:In-Reply-To; b=ZPoyBtYXkfTIota+IZI/FVEXxUUwlPNHx0WbDtv5s6LOGB658YSCrGERfqeLMoFVe dXj65HypJqX69ehlpD5R9SDMqayF0wIv7N5bKnAtU3XLgM97pcqIKgMDlT/e4JQssH vuutPQZ9woKzmS+d44YDK7Uq9mIMw7lBXwJyP6FmyHxQCTQkbIfvnme5LjWQwA4adA 77vqxIoQJX0CnBbw3OSBzaD+v2tWs3PdEp5+k2Pi9Z3tnVHiuBQvhh/Xt9WHIS/YOt rN2LB+6OCGU8/j6i1ZfmFngRh2GSgySDOMP2s+yDtUdf7jVSTTki/ftGLie9xzgY8e Os8mEx2JeRjVw== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 11 Oct 2022 14:34:52 +0100 Message-Id: Subject: Re: [bug#58432] [PATCH] gnu: Add hiredis From: "(" To: "Thomas Albers" , <58432@debbugs.gnu.org> References: <20221011091949.9962-1-thomas@thomaslabs.org> <20221011130834.1592-1-thomas@thomaslabs.org> In-Reply-To: <20221011130834.1592-1-thomas@thomaslabs.org> X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: LGTM :) -- ( Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 FROM_ONE_CHAR Bogus FROM name -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-Debbugs-Envelope-To: 58432 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: 0.3 (/) LGTM :) -- ( From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 13 06:10:46 2022 Received: (at 58432-done) by debbugs.gnu.org; 13 Oct 2022 10:10:46 +0000 Received: from localhost ([127.0.0.1]:59616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oivAs-0005Ul-10 for submit@debbugs.gnu.org; Thu, 13 Oct 2022 06:10:46 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41556) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oivAq-0005Ud-0Z for 58432-done@debbugs.gnu.org; Thu, 13 Oct 2022 06:10:44 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:fc93:27fb:8412:c8b7]) by mira.cbaines.net (Postfix) with ESMTPSA id 8C7BD27BBE9; Thu, 13 Oct 2022 11:10:43 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 9bf3609f; Thu, 13 Oct 2022 10:10:43 +0000 (UTC) References: <20221011091949.9962-1-thomas@thomaslabs.org> <20221011130834.1592-1-thomas@thomaslabs.org> User-agent: mu4e 1.8.9; emacs 28.1 From: Christopher Baines To: Thomas Albers Subject: Re: [bug#58432] [PATCH] gnu: Add hiredis Date: Thu, 13 Oct 2022 11:10:15 +0100 In-reply-to: <20221011130834.1592-1-thomas@thomaslabs.org> Message-ID: <87r0zc8259.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 58432-done Cc: 58432-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: -1.0 (-) --=-=-= Content-Type: text/plain Thomas Albers via Guix-patches via writes: > * gnu/packages/databases.scm (hiredis): New variable. > --- > gnu/packages/databases.scm | 28 +++++++++++++++++++++++++++- > 1 file changed, 27 insertions(+), 1 deletion(-) Thanks both, I've pushed this to master as cc58a0c62739d93c1d22a9930f11abdb0bd7ac04. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNH5CJfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfDeA//dbcQOrdvfJabjwE2Iyw6dnWf40RmnFoD th5nssiLnNUoaBzYJVAfWsXCnk5vF95PXEk3jIvDjGzDkAlxemBIWCbcnZQE5Bhw 4NFjTfyl8NJWwFfy7Y8hNqJjOlA36dzs9JAYKfKrercoLOfHZEMoVG7mOfgvQjeT J2PgGmo9qetYyqhLxNQ1X9mnOXL9t8DDZC6ZwyV9k2d6FfzOtcrvePhZvG2opwU5 skmYKTfwK3+wCAnMPSrPmyZ0PCrN9haMkKkJPIHukIk2fEmlWCJImyCAY8HfL0kT 9UEoER854SQawNX+2noamuS9l8NjBjdvEJaOV0wF/VSBcRJUynmGPZE2AGpuN5mM 1QDEx8H7qgIBpB4n241bkPtypd449LRClBtQ7h12uqrym0GiuNJcDb5ij4h1WeSX yfBpG3bjzSQtHctHddWZrJutEdUXcv1ZmfAsKZIYEaWn1nHJIelsQj5YrLwqulup b2GAVj0FElK5ofLoRfWlkCn+PgcT5HkDQfhOD3y/uK+MxTQx7TMA0qy9l4HijhEV BLxNlaad4CRL357MzoUQFNOtEsMSyjFn1fXH2cf0HheLUW1GmS0o1wpo9wq/S9sm PQngGIn5T7tO793YXitBYuHJHKiGBMAFb4rwPxY6ThorXsBtlLUNDqZVaxshcWVC XVWSpAMeB2Y= =BbSn -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 14:23:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 10 Nov 2022 12:24:07 +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