summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:03:20 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:06 -0500
commit63056e6133fc3aff232f9d7243eee501134f8eb5 (patch)
tree6d006c240cce14c97f8f37eeee3e35454573ef8e
parentaac14fdc7006cd70dc455b92a75a0cd34ae6a752 (diff)
gnu: ghc-vector-th-unbox: Update to 0.2.1.7.
* gnu/packages/haskell-xyz.scm (ghc-vector-th-unbox): Update to 0.2.1.7.
-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 f40644db3c..0de7f42524 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11429,7 +11429,7 @@ vector. ")
(define-public ghc-vector-th-unbox
(package
(name "ghc-vector-th-unbox")
- (version "0.2.1.6")
+ (version "0.2.1.7")
(source
(origin
(method url-fetch)
@@ -11438,7 +11438,7 @@ vector. ")
"vector-th-unbox-" version ".tar.gz"))
(sha256
(base32
- "0d82x55f5vvr1jvaia382m23rs690lg55pvavv8f4ph0y6kd91xy"))))
+ "0q8dqnbv1c2gi7jjdhqj14abj1vik23ki6lq4iz2sz18yc7q69fi"))))
(build-system haskell-build-system)
(inputs
`(("ghc-vector" ,ghc-vector)