gnu: ghc-hslogger: Update to 1.2.12.

* gnu/packages/haskell-xyz.scm (ghc-hslogger): Update to 1.2.12.
This commit is contained in:
Timothy Sample 2019-10-31 12:59:40 -04:00
parent ab761e9dd8
commit e5ccc5f78c
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -4991,7 +4991,7 @@ (define-public ghc-hs-bibutils
(define-public ghc-hslogger
(package
(name "ghc-hslogger")
(version "1.2.10")
(version "1.2.12")
(source
(origin
(method url-fetch)
@ -4999,7 +4999,7 @@ (define-public ghc-hslogger
"hslogger-" version "/" "hslogger-"
version ".tar.gz"))
(sha256 (base32
"0as5gvlh6pi2gflakp695qnlizyyp059dqrhvjl4gjxalja6xjnp"))))
"0ykcsk7wqygvrg60r5kpl6xfinr706al8pfyk5wj67wjs24lqypr"))))
(build-system haskell-build-system)
(inputs
`(("ghc-network" ,ghc-network)