mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: ghc-hmatrix-special: Update to 0.4.0.1.
* gnu/packages/haskell.scm (ghc-hmatrix-special): Update to 0.4.0.1.
This commit is contained in:
parent
26d6539bc0
commit
15eef66e5d
1 changed files with 2 additions and 2 deletions
|
@ -6512,7 +6512,7 @@ (define-public ghc-hmatrix-gsl
|
|||
(define-public ghc-hmatrix-special
|
||||
(package
|
||||
(name "ghc-hmatrix-special")
|
||||
(version "0.4.0.0")
|
||||
(version "0.4.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6521,7 +6521,7 @@ (define-public ghc-hmatrix-special
|
|||
"http://hackage.haskell.org/package/hmatrix-special/hmatrix-special-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0cr9y3swzj7slrd84g1nhdkp1kpq4q5ihwapmiaidpr2bv3hrfhz"))))
|
||||
(base32 "0kpcqdchi7ikzhqacy4rh4dxz3v37paxyb84wqa66sysb72wkabj"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-hmatrix" ,ghc-hmatrix)
|
||||
|
|
Loading…
Reference in a new issue