From d36c91568670ebac62d17058a7181fe6f9bda6d1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 3 Jul 2013 16:59:32 +0200 Subject: [PATCH] haskell-oeis: update to version 0.3.3 --- pkgs/development/libraries/haskell/oeis/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/oeis/default.nix b/pkgs/development/libraries/haskell/oeis/default.nix index 6236495a87a..09e7b00fb74 100644 --- a/pkgs/development/libraries/haskell/oeis/default.nix +++ b/pkgs/development/libraries/haskell/oeis/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "oeis"; - version = "0.3.2"; - sha256 = "1lp4mbsh98vnyfbnq9224n98hajv8q5prpzgbcw90bih0rbiw4w4"; + version = "0.3.3"; + sha256 = "0a0h7wmyy11iqb121w4i6d8masd0xi77dnihickrhlblpbbwq0xn"; buildDepends = [ HTTP network ]; testDepends = [ HUnit testFramework testFrameworkHunit ]; doCheck = false;