python3Packages.codespell: 1.17.1 -> 2.0.0
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{ lib, buildPythonApplication, fetchPypi, pytest, chardet }:
|
{ lib, buildPythonApplication, fetchPypi, pytest, chardet }:
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "codespell";
|
pname = "codespell";
|
||||||
version = "1.17.1";
|
version = "2.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "08ydpw8pim7rhg1x2n711hxf2y6553nx0c0aqhfi3p4wdgcfr8i5";
|
sha256 = "dd9983e096b9f7ba89dd2d2466d1fc37231d060f19066331b9571341363c77b8";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest chardet ];
|
checkInputs = [ pytest chardet ];
|
||||||
|
|||||||
Reference in New Issue
Block a user