gnu: ghc-unordered-containers: Update to 0.2.9.0.

* gnu/packages/haskell.scm (ghc-unordered-containers): Update to 0.2.9.0.
This commit is contained in:
Timothy Sample 2018-08-28 23:06:16 -04:00 committed by Ricardo Wurmus
parent 6062c4610e
commit e0b8cc34a4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3561,7 +3561,7 @@ (define-public ghc-chasingbottoms
(define-public ghc-unordered-containers
(package
(name "ghc-unordered-containers")
(version "0.2.7.1")
(version "0.2.9.0")
(outputs '("out" "doc"))
(source
(origin
@ -3571,7 +3571,7 @@ (define-public ghc-unordered-containers
"/unordered-containers-" version ".tar.gz"))
(sha256
(base32
"00npqiphivjp2d7ryqsdavfn4m5v3w1lq2azhdsrfh0wsvqpg4ig"))))
"0l4264p0av12cc6i8gls13q8y27x12z2ar4x34n3x59y99fcnc37"))))
(build-system haskell-build-system)
(inputs
`(("ghc-chasingbottoms" ,ghc-chasingbottoms)