guix-commits
[Top][All Lists]
Advanced

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

52/272: gnu: ghc-blaze-builder: Update to 0.4.1.0.


From: Ricardo Wurmus
Subject: 52/272: gnu: ghc-blaze-builder: Update to 0.4.1.0.
Date: Mon, 1 Oct 2018 06:13:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2a7c296a5df83c42537ea6fc09ef4c96d443a405
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:10:12 2018 -0400

    gnu: ghc-blaze-builder: Update to 0.4.1.0.
    
    * gnu/packages/haskell.scm (ghc-blaze-builder): Update to 0.4.1.0.
---
 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 b778e60..2d6b9eb 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4209,7 +4209,7 @@ pragmas in your code.")
 (define-public ghc-blaze-builder
   (package
     (name "ghc-blaze-builder")
-    (version "0.4.0.2")
+    (version "0.4.1.0")
     (source
      (origin
        (method url-fetch)
@@ -4219,7 +4219,7 @@ pragmas in your code.")
              ".tar.gz"))
        (sha256
         (base32
-         "1m33y6p5xldni8p4fzg8fmsyqvkfmnimdamr1xjnsmgm3dkf9lws"))))
+         "05681dih2d8s96an945wkbwl05w8ddbcfx8n3r3ck79ydyb8pz4i"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f))          ; FIXME: Missing test libraries.
     (inputs



reply via email to

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