summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-03-02 08:46:38 +0000
committerPeter Simons <simons@cryp.to>2012-03-02 08:46:38 +0000
commitdc74dd0cb08e16c3dfac2030721df7ca9c879c0a (patch)
tree7b9a2c807180c3a2347f2df7cb3cf0f662ea3631 /pkgs/development
parent3fc85388843791ce96fcf5a1fa70d9a6751424c3 (diff)
downloadnixpkgs-dc74dd0cb08e16c3dfac2030721df7ca9c879c0a.tar
nixpkgs-dc74dd0cb08e16c3dfac2030721df7ca9c879c0a.tar.gz
nixpkgs-dc74dd0cb08e16c3dfac2030721df7ca9c879c0a.tar.bz2
nixpkgs-dc74dd0cb08e16c3dfac2030721df7ca9c879c0a.tar.lz
nixpkgs-dc74dd0cb08e16c3dfac2030721df7ca9c879c0a.tar.xz
nixpkgs-dc74dd0cb08e16c3dfac2030721df7ca9c879c0a.tar.zst
nixpkgs-dc74dd0cb08e16c3dfac2030721df7ca9c879c0a.zip
haskell-math-functions: updated to version 0.1.1.1
svn path=/nixpkgs/trunk/; revision=32735
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/math-functions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/math-functions/default.nix b/pkgs/development/libraries/haskell/math-functions/default.nix
index 266ffcd30f7..ebc4ea5287a 100644
--- a/pkgs/development/libraries/haskell/math-functions/default.nix
+++ b/pkgs/development/libraries/haskell/math-functions/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "math-functions";
-  version = "0.1.1.0";
-  sha256 = "0qb0hbfzd1g8cz3dkm8cs2wknz08b63vn7nljmynk794y64b1klp";
+  version = "0.1.1.1";
+  sha256 = "1256fyd80z6yf61a5a90b3lad7hj0n59cyn741nkdh8p6hqrsi7z";
   buildDepends = [ erf vector ];
   meta = {
     homepage = "https://github.com/bos/math-functions";