From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6yOZ-0003Xr-26 for guix-patches@gnu.org; Sat, 06 May 2017 08:01:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6yOV-0005MC-7E for guix-patches@gnu.org; Sat, 06 May 2017 08:01:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59063) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d6yOU-0005Lt-K3 for guix-patches@gnu.org; Sat, 06 May 2017 08:01:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d6yOU-0005R4-DW for guix-patches@gnu.org; Sat, 06 May 2017 08:01:02 -0400 Subject: bug#26799: limnoria: 20170330 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6yO3-0003TQ-UK for guix-patches@gnu.org; Sat, 06 May 2017 08:00:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6yO0-00055O-3U for guix-patches@gnu.org; Sat, 06 May 2017 08:00:36 -0400 Received: from 93-95-228-241.1984.is ([93.95.228.241]:42576 helo=sharknado9001.pragmatique.xyz) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d6yNz-00052M-Ny for guix-patches@gnu.org; Sat, 06 May 2017 08:00:32 -0400 Received: by sharknado9001.pragmatique.xyz (OpenSMTPD) with ESMTPSA id a0e895ec (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sat, 6 May 2017 12:00:17 +0000 (UTC) Date: Sat, 6 May 2017 12:00:20 +0000 From: ng0 Message-ID: <20170506120020.xsdm5ytjxkhtbtws@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="txbk6yse7rcc6mml" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26799@debbugs.gnu.org --txbk6yse7rcc6mml Content-Type: text/plain; charset=utf-8 Content-Disposition: inline This updates limnoria to 20170330 -- https://pragmatique.xyz PGP: https://people.pragmatique.xyz/ng0/ --txbk6yse7rcc6mml Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-limnoria-Update-to-20170330.patch" Content-Transfer-Encoding: quoted-printable =46rom 8bab6f835efee627f565dd54421bd79116d00ebb Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 25 Feb 2017 12:24:56 +0000 Subject: [PATCH] gnu: limnoria: Update to 20170330. * gnu/packages/irc.scm (limnoria): Update to 20170330. --- gnu/packages/irc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 4c8c7809b..b86a82e24 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -300,14 +300,14 @@ using a mouse. It is customizable and extensible wit= h plugins and scripts.") (define-public limnoria (package (name "limnoria") - (version "2017.01.10") + (version "2017.03.30") (source (origin (method url-fetch) (uri (pypi-uri "limnoria" version)) (sha256 (base32 - "0va7iiwkrd5miibpaphfm2jlfsmaazbqb8izkmlnlzkqnskhz1ff")))) + "1q0y6iglg1cbhimgjz3afws51as3shy6rd61dck7jfm25y8pi6g8")))) (build-system python-build-system) (inputs `(("python-pytz" ,python-pytz) --=20 2.12.2 --txbk6yse7rcc6mml--