guix-commits
[Top][All Lists]
Advanced

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

178/249: gnu: ghc-http-api-data: Update to 0.4.1.


From: guix-commits
Subject: 178/249: gnu: ghc-http-api-data: Update to 0.4.1.
Date: Thu, 31 Oct 2019 23:49:58 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit a6bdf13051e998031060702d93e912b50238895d
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:15:02 2019 -0400

    gnu: ghc-http-api-data: Update to 0.4.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-http-api-data): Update to 0.4.1.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 5c5d493..e2ff0f5 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5026,7 +5026,7 @@ for Haskell.  The functions provided by this module are 
@code{upper},
 (define-public ghc-http-api-data
   (package
     (name "ghc-http-api-data")
-    (version "0.3.8.1")
+    (version "0.4.1")
     (source
      (origin
        (method url-fetch)
@@ -5035,7 +5035,7 @@ for Haskell.  The functions provided by this module are 
@code{upper},
                            "http-api-data-" version ".tar.gz"))
        (sha256
         (base32
-         "1cq6459b8wz6nvkvpi89dg189n5q2xdq4rdq435hf150555vmskf"))))
+         "1ps4bvln43gz72dr9mc3c9n1rn38c4rz6m49vxzz9nz6jz1978rv"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f))  ;  FIXME: Tests require QuickCheck >= 2.9
     (inputs `(("ghc-attoparsec" ,ghc-attoparsec)



reply via email to

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