guix-commits
[Top][All Lists]
Advanced

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

89/177: gnu: ghc-streaming-commons: Update to 0.1.16.


From: Ricardo Wurmus
Subject: 89/177: gnu: ghc-streaming-commons: Update to 0.1.16.
Date: Tue, 13 Feb 2018 07:38:16 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c701ebab7b8506e6eb5618960f0db30cd77345d3
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 23:51:38 2018 +0100

    gnu: ghc-streaming-commons: Update to 0.1.16.
    
    * gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.1.16.
---
 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 ada52f1..0833dde 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1384,7 +1384,7 @@ version 1.3).")
 (define-public ghc-streaming-commons
   (package
     (name "ghc-streaming-commons")
-    (version "0.1.14.2")
+    (version "0.1.16")
     (source
      (origin
        (method url-fetch)
@@ -1394,7 +1394,7 @@ version 1.3).")
              ".tar.gz"))
        (sha256
         (base32
-         "12nw9bwvy6zrabkgvbp371klca3ds6qjlfncg1b8pbwx1y7m8c8h"))))
+         "0vhhm0z88b1r6s50bskdfh73acwfypm614nycmi9jwiyh84zbz8p"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-blaze-builder" ,ghc-blaze-builder)



reply via email to

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