From patchwork Wed Jun 5 18:30:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Vollmert X-Patchwork-Id: 14237 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C7858170B8; Wed, 5 Jun 2019 19:37:18 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 72545170B6 for ; Wed, 5 Jun 2019 19:37:18 +0100 (BST) Received: from localhost ([127.0.0.1]:48248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYami-0002i2-QD for patchwork@mira.cbaines.net; Wed, 05 Jun 2019 14:37:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYamc-0002dD-Kg for guix-patches@gnu.org; Wed, 05 Jun 2019 14:37:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYahj-0001jX-FP for guix-patches@gnu.org; Wed, 05 Jun 2019 14:32:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34656) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYahe-0001c6-Hz for guix-patches@gnu.org; Wed, 05 Jun 2019 14:32:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYahe-0002FQ-Dm for guix-patches@gnu.org; Wed, 05 Jun 2019 14:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1. References: <20190603220254.3038-1-rob@vllmrt.net> In-Reply-To: <20190603220254.3038-1-rob@vllmrt.net> Resent-From: Robert Vollmert Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 05 Jun 2019 18:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36081 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36081@debbugs.gnu.org Received: via spool by 36081-submit@debbugs.gnu.org id=B36081.15597594898585 (code B ref 36081); Wed, 05 Jun 2019 18:32:02 +0000 Received: (at 36081) by debbugs.gnu.org; 5 Jun 2019 18:31:29 +0000 Received: from localhost ([127.0.0.1]:48200 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYah6-0002EO-Vg for submit@debbugs.gnu.org; Wed, 05 Jun 2019 14:31:29 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:20240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYah4-0002E8-4v for 36081@debbugs.gnu.org; Wed, 05 Jun 2019 14:31:26 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 27738A1054; Wed, 5 Jun 2019 20:31:18 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter05.heinlein-hosting.de (spamfilter05.heinlein-hosting.de [80.241.56.123]) (amavisd-new, port 10030) with ESMTP id eCxPK0whV60Z; Wed, 5 Jun 2019 20:31:15 +0200 (CEST) From: Robert Vollmert Date: Wed, 5 Jun 2019 20:30:19 +0200 Message-Id: <20190605183018.80536-1-rob@vllmrt.net> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Robert Vollmert Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches This fixes a sporadic test failure, showing up particularly in Nix/Guix builds: https://github.com/fpco/streaming-commons/issues/49. * gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.1. --- (I learnt that this is a place I might be able to put comments -- let's see.) This replaces the previous version of the patch, after the issue has been fixed in a new upstream release. gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 877b89f21f..00e21be296 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1797,7 +1797,7 @@ version 1.3).") (define-public ghc-streaming-commons (package (name "ghc-streaming-commons") - (version "0.2.1.0") + (version "0.2.1.1") (source (origin (method url-fetch) @@ -1806,7 +1806,7 @@ version 1.3).") version ".tar.gz")) (sha256 (base32 - "13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq")))) + "1lmyx3wkjsayhy5yilzvy0kf8qwmycwlk26r1d8f3cxbfhkr7s52")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; sporadic failure: https://github.com/fpco/streaming-commons/issues/49