haskell-oeis: update to version 0.3.4
This commit is contained in:
parent
e2874236d3
commit
f0738b3c16
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user