me
/
guix
Archived
1
0
Fork 0

gnu: ghc-hmatrix-gsl-stats: Update to 0.4.1.8.

* gnu/packages/haskell-xyz.scm (ghc-hmatrix-gsl-stats): Update to 0.4.1.8.
master
Timothy Sample 2019-10-31 10:16:07 -04:00
parent e7b35ff07d
commit e9b359f51d
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -4783,7 +4783,7 @@ using GSL.")
(define-public ghc-hmatrix-gsl-stats (define-public ghc-hmatrix-gsl-stats
(package (package
(name "ghc-hmatrix-gsl-stats") (name "ghc-hmatrix-gsl-stats")
(version "0.4.1.7") (version "0.4.1.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4792,7 +4792,7 @@ using GSL.")
"https://hackage.haskell.org/package/hmatrix-gsl-stats/hmatrix-gsl-stats-" "https://hackage.haskell.org/package/hmatrix-gsl-stats/hmatrix-gsl-stats-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1gslgk58lzin43cvbpivhw7nrn9qyaa6qwhy1z9ypvyal5p8n3sa")))) (base32 "1cq049sj3q5r06x7i35hqrkf2jc4p4kfi9zv0jmi2vp7w4644i5q"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-vector" ,ghc-vector) `(("ghc-vector" ,ghc-vector)