me
/
guix
Archived
1
0
Fork 0

gnu: ghc-vector-algorithms: Update to 0.8.0.1.

* gnu/packages/haskell-xyz.scm (ghc-vector-algorithms): Update to 0.8.0.1.
master
Timothy Sample 2019-10-31 09:59:47 -04:00
parent d3db399e3e
commit e71f316f75
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -11334,7 +11334,7 @@ optimisation framework.")
(define-public ghc-vector-algorithms
(package
(name "ghc-vector-algorithms")
(version "0.7.0.4")
(version "0.8.0.1")
(source
(origin
(method url-fetch)
@ -11343,7 +11343,7 @@ optimisation framework.")
"vector-algorithms-" version ".tar.gz"))
(sha256
(base32
"0mfa8ig9v69l41p2vb5jl4qmaln5y1rlzarr2mlgm8g1nvq8qqdg"))))
"1zip8r7hh5g12xrjvhbg38z6hfxy7l6h6pl88qcqc0ygdmwdxg0m"))))
(build-system haskell-build-system)
(inputs
`(("ghc-vector" ,ghc-vector)))