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

View file

@ -9284,7 +9284,7 @@ (define-public ghc-uuid
(define-public ghc-rebase
(package
(name "ghc-rebase")
(version "1.1")
(version "1.2.4")
(source
(origin
(method url-fetch)
@ -9293,7 +9293,7 @@ (define-public ghc-rebase
"rebase-" version ".tar.gz"))
(sha256
(base32
"1qkhnpcc4g2vd6jmbf3b6psqkan6hyawqzrwzqdd931hsb02l6ia"))))
"1gah2qwfpzwamnikbc5h4nv6dgvv9h16di9ka7946za3nibyasya"))))
(build-system haskell-build-system)
(inputs `(("ghc-stm" ,ghc-stm)
("ghc-hashable" ,ghc-hashable)