diff mbox series

[bug#36081] gnu: ghc-streaming-commons: Update to 0.2.1.1.

Message ID 20190605183018.80536-1-rob@vllmrt.net
State Accepted
Headers show
Series [bug#36081] gnu: ghc-streaming-commons: Update to 0.2.1.1. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Robert Vollmert June 5, 2019, 6:30 p.m. UTC
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(-)

Comments

Ludovic Courtès June 6, 2019, 9:38 p.m. UTC | #1
Robert Vollmert <rob@vllmrt.net> skribis:

> 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.

Pushed, thanks!
diff mbox series

Patch

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