guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: ghc-streaming-commons: Update to 0.2.1.1.


From: guix-commits
Subject: 03/04: gnu: ghc-streaming-commons: Update to 0.2.1.1.
Date: Thu, 6 Jun 2019 14:36:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 784e601e60094d39a0a7367dc3698e51a6b7b3f5
Author: Robert Vollmert <address@hidden>
Date:   Wed Jun 5 20:30:19 2019 +0200

    gnu: ghc-streaming-commons: Update to 0.2.1.1.
    
    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.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 06e255f..97b4fd9 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1805,7 +1805,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)
@@ -1814,7 +1814,7 @@ version 1.3).")
                            version ".tar.gz"))
        (sha256
         (base32
-         "13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq"))))
+         "1lmyx3wkjsayhy5yilzvy0kf8qwmycwlk26r1d8f3cxbfhkr7s52"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-async" ,ghc-async)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]