From f0738b3c1648a8f627e3029ba43ff6fd44c3c98c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 4 Jul 2013 17:38:56 +0200 Subject: [PATCH] haskell-oeis: update to version 0.3.4 --- pkgs/development/libraries/haskell/oeis/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/oeis/default.nix b/pkgs/development/libraries/haskell/oeis/default.nix index 09e7b00fb74..0b26de00e05 100644 --- a/pkgs/development/libraries/haskell/oeis/default.nix +++ b/pkgs/development/libraries/haskell/oeis/default.nix @@ -2,11 +2,10 @@ cabal.mkDerivation (self: { pname = "oeis"; - version = "0.3.3"; - sha256 = "0a0h7wmyy11iqb121w4i6d8masd0xi77dnihickrhlblpbbwq0xn"; + version = "0.3.4"; + sha256 = "15xn7cybk43lk8wjd22l3zwvkyrmlixpfyrxsy3rnvh0vmn0r25d"; buildDepends = [ HTTP network ]; testDepends = [ HUnit testFramework testFrameworkHunit ]; - doCheck = false; meta = { description = "Interface to the Online Encyclopedia of Integer Sequences (OEIS)"; license = self.stdenv.lib.licenses.bsd3;