gnu: ghc-rebase: Update to 1.2.4.

* gnu/packages/haskell.scm (ghc-rebase): Update to 1.2.4.
This commit is contained in:
Timothy Sample 2018-08-29 01:00:28 -04:00 committed by Ricardo Wurmus
parent 8b1573b1e4
commit 6d2fd200f4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9284,7 +9284,7 @@ parsing and printing @dfn{Universally Unique Identifiers} or UUIDs.")
(define-public ghc-rebase (define-public ghc-rebase
(package (package
(name "ghc-rebase") (name "ghc-rebase")
(version "1.1") (version "1.2.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9293,7 +9293,7 @@ parsing and printing @dfn{Universally Unique Identifiers} or UUIDs.")
"rebase-" version ".tar.gz")) "rebase-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1qkhnpcc4g2vd6jmbf3b6psqkan6hyawqzrwzqdd931hsb02l6ia")))) "1gah2qwfpzwamnikbc5h4nv6dgvv9h16di9ka7946za3nibyasya"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-stm" ,ghc-stm) (inputs `(("ghc-stm" ,ghc-stm)
("ghc-hashable" ,ghc-hashable) ("ghc-hashable" ,ghc-hashable)