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:
parent
ab761e9dd8
commit
e5ccc5f78c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue