minidb: init at 2.0.1

This commit is contained in:
tv 2016-01-17 21:59:22 +01:00
parent 0ef8fa011f
commit ceaec1a108

View file

@ -3542,6 +3542,22 @@ in modules // {
};
};
minidb = buildPythonPackage rec {
name = "minidb-2.0.1";
src = pkgs.fetchurl {
url = "https://thp.io/2010/minidb/${name}.tar.gz";
sha256 = "1x958zr9jc26vaqij451qb9m2l7apcpz34ir9fwfjg4fwv24z2dy";
};
meta = {
description = "A simple SQLite3-based store for Python objects";
homepage = https://thp.io/2010/minidb/;
license = stdenv.lib.licenses.isc;
maintainers = [ stdenv.lib.maintainers.tv ];
};
};
mixpanel = buildPythonPackage rec {
version = "4.0.2";
name = "mixpanel-${version}";