mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
haskell-vector-algorithms: update to version 0.5.4.2
This commit is contained in:
parent
fc608ef86a
commit
6af81dcb12
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "vector-algorithms";
|
||||
version = "0.5.4.1";
|
||||
sha256 = "00dikjmy1pyyn3mmq7sjnmd91xcg7q3n3yiil3dqi1fgr0787xng";
|
||||
version = "0.5.4.2";
|
||||
sha256 = "08pb6mkghf9h5011vxrfdrfq6g26jk4gxmjh9s3hpdiwybf3ab64";
|
||||
buildDepends = [ primitive vector ];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/~dolio/";
|
||||
|
|
Loading…
Reference in a new issue