Merge pull request #95036 from r-ryantm/auto-update/csvs-to-sqlite

csvs-to-sqlite: 1.0 -> 1.1
This commit is contained in:
Ryan Mulligan
2020-08-10 06:41:57 -07:00
committed by GitHub

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "csvs-to-sqlite";
version = "1.0";
version = "1.1";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "simonw";
repo = pname;
rev = version;
sha256 = "0n80y9a6qhbhhbz64jdpscx0nha9jn9nygp9nkgszmw04ri5j5hm";
sha256 = "1xi9d8l1sf9vixzvqpz8lvhl6yqmz9x5659nvpsxinl317qzmc8m";
};
postPatch = ''