guix-commits
[Top][All Lists]
Advanced

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

10/328: gnu: ghc-polyparse: Update to 1.12.1.


From: guix-commits
Subject: 10/328: gnu: ghc-polyparse: Update to 1.12.1.
Date: Sat, 16 Nov 2019 19:32:09 -0500 (EST)

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

commit 6da4ac6b742aa32f6a02c8eb21bd8d2eb16887e1
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 00:46:18 2019 -0400

    gnu: ghc-polyparse: Update to 1.12.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-polyparse): Update to 1.12.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 df5c288..6593d2d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7716,7 +7716,7 @@ functions for the ghc-persistent package.")
 (define-public ghc-polyparse
   (package
     (name "ghc-polyparse")
-    (version "1.12")
+    (version "1.12.1")
     (source
      (origin
        (method url-fetch)
@@ -7726,7 +7726,7 @@ functions for the ghc-persistent package.")
              ".tar.gz"))
        (sha256
         (base32
-         "05dya1vdvq29hkhkdlsglzhw7bdn51rvs1javs0q75nf99c66k7m"))))
+         "19fs18g7fvfdkm9zy28cgighjcxfa6mcpqgyp6whmsjkb3h393fx"))))
     (build-system haskell-build-system)
     (home-page
      "http://code.haskell.org/~malcolm/polyparse/";)



reply via email to

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