rekado pushed a commit to branch master
in repository guix.
commit bef2ee1c588ad6f207f84e1a43e2ade2c4839bce
Author: Timothy Sample <[email protected]>
Date: Tue Aug 28 23:34:20 2018 -0400
gnu: ghc-hourglass: Update to 0.2.12.
* gnu/packages/haskell.scm (ghc-hourglass): Update to 0.2.12.
---
gnu/packages/haskell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 92703ee..5875e9b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6214,14 +6214,14 @@ wrapping a bytestring with stronger and more meaniful
name.")
(define-public ghc-hourglass
(package
(name "ghc-hourglass")
- (version "0.2.10")
+ (version "0.2.12")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"hourglass/hourglass-" version ".tar.gz"))
(sha256
(base32
- "104d1yd84hclprg740nkz60vx589mnm094zriw6zczbgg8nkclym"))))
+ "0jnay5j13vpz6i1rkaj3j0d9v8jfpri499xn3l7wd01f81f5ncs4"))))
(build-system haskell-build-system)
(inputs
`(("ghc-old-locale" ,ghc-old-locale)))