summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 12:56:06 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:18 -0500
commit511c3204b78955d3bfa9575ae42d90b48767d13f (patch)
tree2923a406b09c01abf65ae2f36b1c157c7ad3829b /gnu/packages/haskell-xyz.scm
parent7799d17f8ba75cf4811e1f523f1b06518e2b6b70 (diff)
gnu: ghc-attoparsec: Update to 0.13.2.3.
* gnu/packages/haskell-xyz.scm (ghc-attoparsec): Update to 0.13.2.3.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7edca40a77..053cc5a11c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -441,7 +441,7 @@ permissions while atomically writing to a file.")
(define-public ghc-attoparsec
(package
(name "ghc-attoparsec")
- (version "0.13.2.2")
+ (version "0.13.2.3")
(source
(origin
(method url-fetch)
@@ -451,7 +451,7 @@ permissions while atomically writing to a file.")
".tar.gz"))
(sha256
(base32
- "0j6qcwd146yzlkc9mcvzvnixsyl65n2a68l28322q5v9p4g4g4yx"))))
+ "1ngjn9h5n0vyki0m2jir4mg85875ysswy9hznpmj1r856mqwc6ix"))))
(build-system haskell-build-system)
(arguments
`(#:phases