all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Vollmert <rob@vllmrt.net>
To: 36081@debbugs.gnu.org
Cc: Robert Vollmert <rob@vllmrt.net>
Subject: [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1.
Date: Wed,  5 Jun 2019 20:30:19 +0200	[thread overview]
Message-ID: <20190605183018.80536-1-rob@vllmrt.net> (raw)
In-Reply-To: <20190603220254.3038-1-rob@vllmrt.net>

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
-- 
2.20.1 (Apple Git-117)

  reply	other threads:[~2019-06-05 18:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-03 22:02 [bug#36081] [PATCH] gnu: ghc-streaming-commons: Skip tests Robert Vollmert
2019-06-05 18:30 ` Robert Vollmert [this message]
2019-06-06 21:38   ` bug#36081: [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1 Ludovic Courtès

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190605183018.80536-1-rob@vllmrt.net \
    --to=rob@vllmrt.net \
    --cc=36081@debbugs.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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.