From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7HWz-0005AN-Ez for guix-patches@gnu.org; Sun, 07 May 2017 04:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7HWw-0007yM-97 for guix-patches@gnu.org; Sun, 07 May 2017 04:27:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60813) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7HWw-0007yI-5d for guix-patches@gnu.org; Sun, 07 May 2017 04:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7HWv-00039h-TN for guix-patches@gnu.org; Sun, 07 May 2017 04:27:01 -0400 Subject: bug#26810: lchat: Update to 0.0.0-1.25d90f4 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7HW6-0004v9-62 for guix-patches@gnu.org; Sun, 07 May 2017 04:26:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7HW3-0007mX-0P for guix-patches@gnu.org; Sun, 07 May 2017 04:26:10 -0400 Received: from 93-95-228-241.1984.is ([93.95.228.241]:42580 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 1d7HW2-0007kq-Ie for guix-patches@gnu.org; Sun, 07 May 2017 04:26:06 -0400 Received: by sharknado9001.pragmatique.xyz (OpenSMTPD) with ESMTPSA id 4f2f6b6b (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sun, 7 May 2017 08:25:50 +0000 (UTC) Date: Sun, 7 May 2017 08:25:52 +0000 From: ng0 Message-ID: <20170507082552.stnr2qqyfqxlbnv6@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="333ebusv5qfl4rbk" 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: 26810@debbugs.gnu.org --333ebusv5qfl4rbk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline This updates lchat. -- https://pragmatique.xyz PGP: https://people.pragmatique.xyz/ng0/ --333ebusv5qfl4rbk Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-lchat-Update-to-0.0.0-1.25d90f4.patch" Content-Transfer-Encoding: quoted-printable =46rom 3b8e33dfb5e855d2002a8014c85e3b0329b6d192 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 6 May 2017 14:00:34 +0000 Subject: [PATCH] gnu: lchat: Update to 0.0.0-1.25d90f4. * gnu/packages/suckless.scm (lchat): Update to 0.0.0-1.25d90f4. --- gnu/packages/suckless.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index 3fcc02db7..f0cb7278b 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/packages/suckless.scm @@ -2,7 +2,7 @@ ;;; Copyright =C2=A9 2013 Cyril Roelandt ;;; Copyright =C2=A9 2015 Amirouche Boubekki ;;; Copyright =C2=A9 2016 Al McElrath -;;; Copyright =C2=A9 2016, 2017 ng0 +;;; Copyright =C2=A9 2016, 2017 ng0 ;;; Copyright =C2=A9 2015 Dmitry Bogatov ;;; Copyright =C2=A9 2015 Leo Famulari ;;; Copyright =C2=A9 2016 Eric Bavier @@ -682,7 +682,7 @@ as -1, to be used instead of U+FFFD. ;; No release tarballs so far. (define-public lchat (let ((revision "1") - (commit "bbde23732f8c7769b982f0c1bda9b99fbf93f932")) + (commit "25d90f4630b45e2b609d2e3daecb32cf5ff065fd")) (package (name "lchat") (version (string-append "0.0.0-" revision "." (string-take commit 7)= )) @@ -695,7 +695,7 @@ as -1, to be used instead of U+FFFD. (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "00q3rc0aa5416jvjvrj71x1wnr0331kxhvjjs7pyxgnq4xf36k63")))) + "0dvljyq3m7rxxkqv7rkmijak6vj8i4db3iq2z988bvf76chz268b")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; No tests --=20 2.12.2 --333ebusv5qfl4rbk--