python3Packages.clevercsv: 0.6.7 -> 0.6.8
This commit is contained in:
parent
ae96c292c0
commit
495c7d377f
|
@ -12,14 +12,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "clevercsv";
|
pname = "clevercsv";
|
||||||
version = "0.6.7";
|
version = "0.6.8";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alan-turing-institute";
|
owner = "alan-turing-institute";
|
||||||
repo = "CleverCSV";
|
repo = "CleverCSV";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0j3959bji48pkp0vnk7yls5l75ywjl77jdkvzs62n5mi5lky88p9";
|
sha256 = "0jpgyh65zqr76sz2s63zsjyb49dpg2xdmf72jvpicw923bdzhqvp";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue