gnu: ghc-unordered-containers: Update to 0.2.10.0.
* gnu/packages/haskell-xyz.scm (ghc-unordered-containers): Update to 0.2.10.0.
This commit is contained in:
parent
1f67853e77
commit
ca01f8d3af
1 changed files with 2 additions and 2 deletions
|
@ -10970,7 +10970,7 @@ (define-public ghc-unliftio-core
|
|||
(define-public ghc-unordered-containers
|
||||
(package
|
||||
(name "ghc-unordered-containers")
|
||||
(version "0.2.9.0")
|
||||
(version "0.2.10.0")
|
||||
(outputs '("out" "doc"))
|
||||
(source
|
||||
(origin
|
||||
|
@ -10980,7 +10980,7 @@ (define-public ghc-unordered-containers
|
|||
"/unordered-containers-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0l4264p0av12cc6i8gls13q8y27x12z2ar4x34n3x59y99fcnc37"))))
|
||||
"0wy5hfrs880hh8hvp648bl07ws777n3kkmczzdszr7papnyigwb5"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-chasingbottoms" ,ghc-chasingbottoms)
|
||||
|
|
Loading…
Reference in a new issue