gnu: ghc-time-locale-compat: Update to 0.1.1.5.

* gnu/packages/haskell.scm (ghc-time-locale-compat): Update to 0.1.1.5.
This commit is contained in:
Timothy Sample 2018-08-28 22:09:31 -04:00 committed by Ricardo Wurmus
parent 08c3993f4f
commit 9b6d49e84a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2802,7 +2802,7 @@ (define-public ghc-trifecta
(define-public ghc-time-locale-compat (define-public ghc-time-locale-compat
(package (package
(name "ghc-time-locale-compat") (name "ghc-time-locale-compat")
(version "0.1.1.3") (version "0.1.1.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2811,7 +2811,7 @@ (define-public ghc-time-locale-compat
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1vdcfr2hp9qh3ag90x6ikbdf42wiqpdylnplffna54bpnilbyi4i")))) "0b2hmj8wwrfkndwzgm11qr496ca2ahwdxcj3m0ii91bxvrk1bzq7"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-old-locale" ,ghc-old-locale))) (inputs `(("ghc-old-locale" ,ghc-old-locale)))
(home-page "https://github.com/khibino/haskell-time-locale-compat") (home-page "https://github.com/khibino/haskell-time-locale-compat")