python3Packages.wcwidth: 0.2.13 -> 0.2.14
https://github.com/jquast/wcwidth/releases/tag/0.2.14
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "wcwidth";
|
||||
version = "0.2.13";
|
||||
version = "0.2.14";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-cuoMBjmesobZeP3ttpI6nrR+HEhs5j6bTmT8GDA5crU=";
|
||||
hash = "sha256-TUeDddMbxTlaPFXEDM3zNUaINkzWHE9q2sqpIV0LNgU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user