From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 2/3] gnu: libpipeline: Update to 1.4.0. Date: Tue, 21 Jul 2015 17:57:56 +0300 Message-ID: <87bnf5mubv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHYzc-0003o8-2o for guix-devel@gnu.org; Tue, 21 Jul 2015 10:58:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHYzV-00040u-IB for guix-devel@gnu.org; Tue, 21 Jul 2015 10:58:04 -0400 Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:36726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHYzV-00040g-Av for guix-devel@gnu.org; Tue, 21 Jul 2015 10:57:57 -0400 Received: by lbbqi7 with SMTP id qi7so37374214lbb.3 for ; Tue, 21 Jul 2015 07:57:56 -0700 (PDT) Received: from leviafan ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id r4sm6051015lag.46.2015.07.21.07.57.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Jul 2015 07:57:56 -0700 (PDT) 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/plain There were no problems with this update. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0002-gnu-libpipeline-Update-to-1.4.0.patch >From 8c2647c990c38405929fa08b10d659d397e1d055 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Tue, 21 Jul 2015 17:13:08 +0300 Subject: [PATCH 2/3] gnu: libpipeline: Update to 1.4.0. * gnu/packages/man.scm (libpipeline): Update to 1.4.0. --- gnu/packages/man.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index 16b891c..dce117e 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -36,7 +36,7 @@ (define-public libpipeline (package (name "libpipeline") - (version "1.3.0") + (version "1.4.0") (source (origin (method url-fetch) (uri (string-append @@ -44,7 +44,7 @@ version ".tar.gz")) (sha256 (base32 - "12d6ldcj7kv2nv832b23v97g7035d0ybq0ig7h0yr7xk9czd3z7i")))) + "1dlvp2mxlhg5zbj509kc60h7g39hpgwkzkpdf855cyzizgkmkivr")))) (build-system gnu-build-system) (home-page "http://libpipeline.nongnu.org/") (synopsis "C library for manipulating pipelines of subprocesses") -- 2.4.3 --=-=-=--