summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:30:03 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:17 -0500
commitb9a5e634d149390885988ea19f29815fbe7c7457 (patch)
treec566a4f77cc969312d5bd4f87c4d82e3e1702875
parent15ebc815472d36bfa3de102cb2afd82a593409cc (diff)
downloadpatches-b9a5e634d149390885988ea19f29815fbe7c7457.tar
patches-b9a5e634d149390885988ea19f29815fbe7c7457.tar.gz
gnu: ghc-regex: Update to 1.0.2.0.
* gnu/packages/haskell-xyz.scm (ghc-regex): Update to 1.0.2.0.
-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 60c2762dee..3b322f350a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8227,7 +8227,7 @@ configurations to coexist without resorting to mutable global variables or
(define-public ghc-regex
(package
(name "ghc-regex")
- (version "1.0.1.3")
+ (version "1.0.2.0")
(source
(origin
(method url-fetch)
@@ -8235,7 +8235,7 @@ configurations to coexist without resorting to mutable global variables or
"regex-" version ".tar.gz"))
(sha256
(base32
- "1sjkpkgv4phy5b5v2lr89x4vx4dh44pj0sbvlsp6n86w9v6v4jwb"))))
+ "1f2z025hif1fr24b5khq3qxxyvpxrnhyx8xmbms332arw28rpkda"))))
(build-system haskell-build-system)
(arguments
`(#:phases