python: wcwidth: 0.1.9 -> 0.2.3

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:36 +02:00
parent 05efc2fff2
commit 3b01e937bd

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "wcwidth";
version = "0.1.9";
version = "0.2.3";
src = fetchPypi {
inherit pname version;
sha256 = "ee73862862a156bf77ff92b09034fc4825dd3af9cf81bc5b360668d425f3c5f1";
sha256 = "edbc2b718b4db6cdf393eefe3a420183947d6aa312505ce6754516f458ff8830";
};
checkInputs = [ pytest ];