me
/
guix
Archived
1
0
Fork 0

gnu: ghc-hmatrix: Update to 0.20.0.0.

* gnu/packages/haskell-xyz.scm (ghc-hmatrix): Update to 0.20.0.0.
master
Timothy Sample 2019-10-31 10:13:01 -04:00
parent 9bbc21a760
commit 65e29ed181
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -4726,7 +4726,7 @@ accessed or modified.")
(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 @@ accessed or modified.")
"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)