mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: ghc-hourglass: Update to 0.2.12.
* gnu/packages/haskell.scm (ghc-hourglass): Update to 0.2.12.
This commit is contained in:
parent
f89bf67491
commit
bef2ee1c58
1 changed files with 2 additions and 2 deletions
|
@ -6214,14 +6214,14 @@ (define-public ghc-byteable
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue