mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: ghc-rebase: Update to 1.3.1.1.
* gnu/packages/haskell-xyz.scm (ghc-rebase): Update to 1.3.1.1.
This commit is contained in:
parent
0dbd310598
commit
8d2ae3fe2c
1 changed files with 2 additions and 2 deletions
|
@ -8167,7 +8167,7 @@ (define-public ghc-readable
|
|||
(define-public ghc-rebase
|
||||
(package
|
||||
(name "ghc-rebase")
|
||||
(version "1.2.4")
|
||||
(version "1.3.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8176,7 +8176,7 @@ (define-public ghc-rebase
|
|||
"rebase-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gah2qwfpzwamnikbc5h4nv6dgvv9h16di9ka7946za3nibyasya"))))
|
||||
"0q4m2fa7wkgxs0grir8rlqwibasmi3s1x7c107ynndwfm62nzv0a"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs `(("ghc-hashable" ,ghc-hashable)
|
||||
("ghc-vector" ,ghc-vector)
|
||||
|
|
Loading…
Reference in a new issue