mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: ghc-colour: Update to 2.3.5.
* gnu/packages/haskell-xyz.scm (ghc-colour): Update to 2.3.5.
This commit is contained in:
parent
ec42ab7c44
commit
bc9d1af993
1 changed files with 2 additions and 2 deletions
|
@ -1788,7 +1788,7 @@ (define-public ghc-code-page
|
||||||
(define-public ghc-colour
|
(define-public ghc-colour
|
||||||
(package
|
(package
|
||||||
(name "ghc-colour")
|
(name "ghc-colour")
|
||||||
(version "2.3.4")
|
(version "2.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1797,7 +1797,7 @@ (define-public ghc-colour
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sy51nz096sv91nxqk6yk7b92b5a40axv9183xakvki2nc09yhqg"))))
|
"1rq4l46jx4lpdppy71wf7m1n7pw2jwy788rm35ycwzb1g4clg39v"))))
|
||||||
(arguments
|
(arguments
|
||||||
;; The tests for this package have the following dependency cycle:
|
;; The tests for this package have the following dependency cycle:
|
||||||
;; ghc-test-framework -> ghc-ansi-terminal -> ghc-colour.
|
;; ghc-test-framework -> ghc-ansi-terminal -> ghc-colour.
|
||||||
|
|
Loading…
Reference in a new issue