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
|
||||
(package
|
||||
(name "ghc-hmatrix")
|
||||
(version "0.19.0.0")
|
||||
(version "0.20.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4734,7 +4734,7 @@ (define-public ghc-hmatrix
|
|||
"https://hackage.haskell.org/package/hmatrix/hmatrix-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10jd69nby29dggghcyjk6ykyr5wrn97nrv1dkpyrp0y5xm12xssj"))))
|
||||
(base32 "1sqy1aci5zfagkb34mz3xdil7cl96z4b4cx28cha54vc5sx1lhpg"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-random" ,ghc-random)
|
||||
|
|
Loading…
Reference in a new issue