haskell-oeis: update to version 0.3.4
This commit is contained in:
parent
e2874236d3
commit
f0738b3c16
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "oeis";
|
pname = "oeis";
|
||||||
version = "0.3.3";
|
version = "0.3.4";
|
||||||
sha256 = "0a0h7wmyy11iqb121w4i6d8masd0xi77dnihickrhlblpbbwq0xn";
|
sha256 = "15xn7cybk43lk8wjd22l3zwvkyrmlixpfyrxsy3rnvh0vmn0r25d";
|
||||||
buildDepends = [ HTTP network ];
|
buildDepends = [ HTTP network ];
|
||||||
testDepends = [ HUnit testFramework testFrameworkHunit ];
|
testDepends = [ HUnit testFramework testFrameworkHunit ];
|
||||||
doCheck = false;
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Interface to the Online Encyclopedia of Integer Sequences (OEIS)";
|
description = "Interface to the Online Encyclopedia of Integer Sequences (OEIS)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user