about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-17 11:27:44 +0100
committerPeter Simons <simons@cryp.to>2013-12-18 14:56:43 +0100
commit714f20806b9e8c9fc0e15a447af8b0886148f236 (patch)
tree01f27727b57d39d7fda3d3f8b131b6594c0163c4
parent705b317fee6aefb9d6b6c22737179a176766bb67 (diff)
downloadnixlib-714f20806b9e8c9fc0e15a447af8b0886148f236.tar
nixlib-714f20806b9e8c9fc0e15a447af8b0886148f236.tar.gz
nixlib-714f20806b9e8c9fc0e15a447af8b0886148f236.tar.bz2
nixlib-714f20806b9e8c9fc0e15a447af8b0886148f236.tar.lz
nixlib-714f20806b9e8c9fc0e15a447af8b0886148f236.tar.xz
nixlib-714f20806b9e8c9fc0e15a447af8b0886148f236.tar.zst
nixlib-714f20806b9e8c9fc0e15a447af8b0886148f236.zip
haskell-scientific: update to version 0.1.0.1
-rw-r--r--pkgs/development/libraries/haskell/scientific/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/scientific/default.nix b/pkgs/development/libraries/haskell/scientific/default.nix
index 42d1c4b86122..8494168df15d 100644
--- a/pkgs/development/libraries/haskell/scientific/default.nix
+++ b/pkgs/development/libraries/haskell/scientific/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "scientific";
-  version = "0.1.0.0";
-  sha256 = "1x3c8z1d7nhr1z5dlbs60pxfrgclfbwjhrkpvr0jnz0fpy2m9x5r";
+  version = "0.1.0.1";
+  sha256 = "0s401gxwap4xwz9rxypc76rs5w344s3an45295ybf3id6yal5140";
   buildDepends = [ deepseq hashable text ];
   testDepends = [ smallcheck tasty tastySmallcheck text ];
   doCheck = false;