From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] version bump weechat 1.4 -> 1.5 Date: Thu, 9 Jun 2016 16:16:04 +0000 Message-ID: <20160609161604.GA30344@khazad-dum> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="K8nIJk4ghYZn606h" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB2d0-0008WM-7p for guix-devel@gnu.org; Thu, 09 Jun 2016 12:16:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bB2cv-0001RU-5c for guix-devel@gnu.org; Thu, 09 Jun 2016 12:16:17 -0400 Received: from 93-95-228-168.1984.is ([93.95.228.168]:45373 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB2cu-0001RF-P1 for guix-devel@gnu.org; Thu, 09 Jun 2016 12:16:13 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id e70130db TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Thu, 9 Jun 2016 16:16:07 +0000 (UTC) Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --K8nIJk4ghYZn606h Content-Type: multipart/mixed; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline --17pEHd4RhPHOinZp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Appended is an update from weechat-1.4 to weechat-1.5, tested, compiled, started succesfully but not connected to a server (my locale is having problems leaking into applications) =46rom 351c120d7bb5688a81e3e796f01d452330a8c22c Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Thu, 9 Jun 2016 16:01:54 +0000 Subject: [PATCH] gnu: weechat: Update to 1.5. * gnu/packages/irc.scm (weechat): Update to 1.5. --- gnu/packages/irc.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 64edf65..def16c9 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -3,6 +3,7 @@ ;;; Copyright =C2=A9 2014 Kevin Lemonnier ;;; Copyright =C2=A9 2015 Ludovic Court=C3=A8s ;;; Copyright =C2=A9 2015, 2016 Efraim Flashner +;;; Copyright =C2=A9 2016 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -134,14 +135,14 @@ SILC and ICB protocols via plugins.") (define-public weechat (package (name "weechat") - (version "1.4") + (version "1.5") (source (origin (method url-fetch) (uri (string-append "http://weechat.org/files/src/weechat-" version ".tar.gz")) (sha256 (base32 - "19apd3hav77v74j7flicai0843k7wrkr2fd3q2ayvzkgnbrrp1ai")) + "0w87w4wy61x705ama8h36z9mgdj2gmmzdfrsxvwyh2m2as2max1i")) (patches (search-patches "weechat-python.patch")))) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) -- 2.7.3 -- =E2=99=A5=E2=92=B6 ng0 For non-prism friendly talk find me on psyced.org / loupsycedyglgamf.onion --17pEHd4RhPHOinZp Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-weechat-Update-to-1.5.patch" Content-Transfer-Encoding: quoted-printable =46rom 351c120d7bb5688a81e3e796f01d452330a8c22c Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Thu, 9 Jun 2016 16:01:54 +0000 Subject: [PATCH] gnu: weechat: Update to 1.5. * gnu/packages/irc.scm (weechat): Update to 1.5. --- gnu/packages/irc.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 64edf65..def16c9 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -3,6 +3,7 @@ ;;; Copyright =C2=A9 2014 Kevin Lemonnier ;;; Copyright =C2=A9 2015 Ludovic Court=C3=A8s ;;; Copyright =C2=A9 2015, 2016 Efraim Flashner +;;; Copyright =C2=A9 2016 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -134,14 +135,14 @@ SILC and ICB protocols via plugins.") (define-public weechat (package (name "weechat") - (version "1.4") + (version "1.5") (source (origin (method url-fetch) (uri (string-append "http://weechat.org/files/src/weechat-" version ".tar.gz")) (sha256 (base32 - "19apd3hav77v74j7flicai0843k7wrkr2fd3q2ayvzkgnbrrp1ai")) + "0w87w4wy61x705ama8h36z9mgdj2gmmzdfrsxvwyh2m2as2max1i")) (patches (search-patches "weechat-python.patch")))) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) --=20 2.7.3 --17pEHd4RhPHOinZp-- --K8nIJk4ghYZn606h Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- iF4EARYKAAYFAldZlj4ACgkQhhoAchyzrCDFYQD/cux1mrjZEu3t7CdzBn0JVnla GG4SAyrI7gs3ZIl1HXsBAKTDnYUtZVVvS4gJ/HuEWa9qucxw5WOjNN4MBCs90+EN =9Fjz -----END PGP SIGNATURE----- --K8nIJk4ghYZn606h--