diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 00:46:18 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:47:55 -0500 |
commit | 9822b9ca2aeb1cb7a280f8d078ce682589ac5414 (patch) | |
tree | fcb92747de6a14c081f3b22e46df8827e62e915f | |
parent | 82478c586a79da4232263223ab416695ce68691d (diff) | |
download | guix-9822b9ca2aeb1cb7a280f8d078ce682589ac5414.tar guix-9822b9ca2aeb1cb7a280f8d078ce682589ac5414.tar.gz |
gnu: ghc-polyparse: Update to 1.12.1.
* gnu/packages/haskell-xyz.scm (ghc-polyparse): Update to 1.12.1.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index df5c2886b5..6593d2dd6c 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/") |