mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
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.
This commit is contained in:
parent
aac14fdc70
commit
63056e6133
1 changed files with 2 additions and 2 deletions
|
@ -11429,7 +11429,7 @@ (define-public ghc-vector-builder
|
|||
(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 @@ (define-public ghc-vector-th-unbox
|
|||
"vector-th-unbox-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0d82x55f5vvr1jvaia382m23rs690lg55pvavv8f4ph0y6kd91xy"))))
|
||||
"0q8dqnbv1c2gi7jjdhqj14abj1vik23ki6lq4iz2sz18yc7q69fi"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-vector" ,ghc-vector)
|
||||
|
|
Loading…
Reference in a new issue