python3Packages.defusedcsv: 2.0.0 -> 3.0.0
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "defusedcsv";
|
||||
version = "2.0.0";
|
||||
version = "3.0.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "raphaelm";
|
||||
repo = "defusedcsv";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-y8qLVfdkxRrDjtrTOLK5Zvi/1Vyv8eOnCueUkaRp4sQ=";
|
||||
hash = "sha256-OEDZbltnh2tAM58Kk852W0so7oOSv7S+S046MjIOMfY=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "defusedcsv.csv" ];
|
||||
|
||||
Reference in New Issue
Block a user