From: Efraim Flashner <efraim@flashner.co.il>
To: guix-devel@gnu.org
Subject: Re: [PATCH] version bump weechat 1.4 -> 1.5
Date: Thu, 9 Jun 2016 21:54:59 +0300 [thread overview]
Message-ID: <20160609185459.GC513@debian-netbook> (raw)
In-Reply-To: <20160609161604.GA30344@khazad-dum>
[-- Attachment #1: Type: text/plain, Size: 3780 bytes --]
On Thu, Jun 09, 2016 at 04:16:04PM +0000, ng0 wrote:
> 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)
>
> From 351c120d7bb5688a81e3e796f01d452330a8c22c Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@we.make.ritual.n0.is>
> 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 © 2014 Kevin Lemonnier <lemonnierk@ulrar.net>
> ;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
> ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
> +;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
> ;;;
> ;;; 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
>
>
> --
> ♥Ⓐ ng0
> For non-prism friendly talk find me on
> psyced.org / loupsycedyglgamf.onion
> From 351c120d7bb5688a81e3e796f01d452330a8c22c Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@we.make.ritual.n0.is>
> 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 © 2014 Kevin Lemonnier <lemonnierk@ulrar.net>
> ;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
> ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
> +;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
> ;;;
> ;;; 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
>
patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2016-06-09 18:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-09 16:16 [PATCH] version bump weechat 1.4 -> 1.5 ng0
2016-06-09 18:54 ` Efraim Flashner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160609185459.GC513@debian-netbook \
--to=efraim@flashner.co.il \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).