python3Packages.ufonormalizer: 0.5.4 -> 0.6.0

https://github.com/unified-font-object/ufoNormalizer/releases/tag/0.6.0
This commit is contained in:
sternenseemann 2021-08-03 23:23:19 +02:00
parent 4e0e49400a
commit d6e187b88f

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "ufonormalizer";
version = "0.5.4";
version = "0.6.0";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "11l8475p3nq7azim35l5lck8vrgjgd01plnji6gg1hf9ckswr2pb";
sha256 = "0w44qlvg4xks7jb0lf3lhsbylagq956x0wkcal9ix34bz3p7vdxd";
extension = "zip";
};