mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: ghc-hmatrix: Update to 0.20.0.0.
* gnu/packages/haskell-xyz.scm (ghc-hmatrix): Update to 0.20.0.0.
This commit is contained in:
parent
9bbc21a760
commit
65e29ed181
1 changed files with 2 additions and 2 deletions
|
@ -4726,7 +4726,7 @@ (define-public ghc-hinotify
|
||||||
(define-public ghc-hmatrix
|
(define-public ghc-hmatrix
|
||||||
(package
|
(package
|
||||||
(name "ghc-hmatrix")
|
(name "ghc-hmatrix")
|
||||||
(version "0.19.0.0")
|
(version "0.20.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4734,7 +4734,7 @@ (define-public ghc-hmatrix
|
||||||
"https://hackage.haskell.org/package/hmatrix/hmatrix-"
|
"https://hackage.haskell.org/package/hmatrix/hmatrix-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10jd69nby29dggghcyjk6ykyr5wrn97nrv1dkpyrp0y5xm12xssj"))))
|
(base32 "1sqy1aci5zfagkb34mz3xdil7cl96z4b4cx28cha54vc5sx1lhpg"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-random" ,ghc-random)
|
`(("ghc-random" ,ghc-random)
|
||||||
|
|
Loading…
Reference in a new issue